LICENSE
README.md
pyproject.toml
setup.cfg
setup.py
downstream/__init__.py
downstream.egg-info/PKG-INFO
downstream.egg-info/SOURCES.txt
downstream.egg-info/dependency_links.txt
downstream.egg-info/requires.txt
downstream.egg-info/top_level.txt
downstream/downstream/__init__.py
downstream/genome_instrumentation/_BitSurface.py
downstream/genome_instrumentation/_StructSurface.py
downstream/genome_instrumentation/__init__.py
downstream/interop/__init__.py
downstream/interop/_make_stratum_retention_policy_from_site_selection_algo.py
downstream/interop/_stratum_retention_interop_hybrid_algo.py
downstream/interop/_stratum_retention_interop_steady_algo.py
downstream/interop/_stratum_retention_interop_tilted_algo.py
downstream/interop/_stratum_retention_interop_tilted_sticky_algo.py
downstream/pylib/Literal.py
downstream/pylib/__init__.py
downstream/pylib/bit_ceil.py
downstream/pylib/bit_count_immediate_zeros.py
downstream/pylib/bit_count_leading_ones.py
downstream/pylib/bit_decode_gray.py
downstream/pylib/bit_drop_msb.py
downstream/pylib/bit_encode_gray.py
downstream/pylib/bit_floor.py
downstream/pylib/bit_invert.py
downstream/pylib/bit_reverse.py
downstream/pylib/calc_dyadic_lcm_upper_bound.py
downstream/pylib/count_factors_of_2.py
downstream/pylib/enforce_typing.py
downstream/pylib/fast_pow2_divide.py
downstream/pylib/fast_pow2_mod.py
downstream/pylib/get_powersof2triangle_val_at_index.py
downstream/pylib/jupyter_hide_toggle.py
downstream/pylib/log_args_and_result.py
downstream/pylib/modulo.py
downstream/pylib/prepend_cmap_with_color.py
downstream/pylib/round_to_one_sigfig.py
downstream/pylib/sign.py
downstream/pylib/tee_release.py
downstream/pylib/hanoi/__init__.py
downstream/pylib/hanoi/get_hanoi_value_at_index.py
downstream/pylib/hanoi/get_hanoi_value_incidence_at_index.py
downstream/pylib/hanoi/get_hanoi_value_index_cadence.py
downstream/pylib/hanoi/get_hanoi_value_index_offset.py
downstream/pylib/hanoi/get_incidence_count_of_hanoi_value_through_index.py
downstream/pylib/hanoi/get_index_of_hanoi_value_next_incidence.py
downstream/pylib/hanoi/get_index_of_hanoi_value_nth_incidence.py
downstream/pylib/hanoi/get_max_hanoi_value_through_index.py
downstream/pylib/hanoi/get_min_hanoi_value_with_incidence_at_least.py
downstream/pylib/longevity_ordering_alternating/__init__.py
downstream/pylib/longevity_ordering_alternating/get_longevity_directionality.py
downstream/pylib/longevity_ordering_alternating/get_longevity_index_of_mapped_position.py
downstream/pylib/longevity_ordering_alternating/get_longevity_mapped_position_of_index.py
downstream/pylib/longevity_ordering_alternating/get_longevity_reversed_position_within_level.py
downstream/pylib/longevity_ordering_common/__init__.py
downstream/pylib/longevity_ordering_common/get_longevity_level_of_index.py
downstream/pylib/longevity_ordering_common/get_longevity_level_of_mapped_position.py
downstream/pylib/longevity_ordering_common/get_longevity_num_positions_at_level.py
downstream/pylib/longevity_ordering_common/get_longevity_num_positions_at_lower_levels.py
downstream/pylib/longevity_ordering_common/get_longevity_offset_of_level.py
downstream/pylib/longevity_ordering_descending/__init__.py
downstream/pylib/longevity_ordering_descending/get_longevity_index_of_mapped_position.py
downstream/pylib/longevity_ordering_descending/get_longevity_mapped_position_of_index.py
downstream/pylib/longevity_ordering_naive/__init__.py
downstream/pylib/longevity_ordering_naive/get_longevity_index_of_mapped_position.py
downstream/pylib/longevity_ordering_naive/get_longevity_mapped_position_of_index.py
downstream/pylib/longevity_ordering_naive/get_longevity_position_within_level.py
downstream/pylib/longevity_ordering_piecewise_ascending/__init__.py
downstream/pylib/longevity_ordering_piecewise_ascending/get_longevity_index_of_mapped_position.py
downstream/pylib/longevity_ordering_piecewise_ascending/get_longevity_mapped_position_of_index.py
downstream/pylib/oeis/__init__.py
downstream/pylib/oeis/get_a000295_index_of_value.py
downstream/pylib/oeis/get_a000295_value_at_index.py
downstream/pylib/oeis/get_a005187_index_of_value.py
downstream/pylib/oeis/get_a005187_value_at_index.py
downstream/pylib/oeis/get_a025480_value_at_index.py
downstream/pylib/oeis/get_a030109_index_of_value.py
downstream/pylib/oeis/get_a030109_value_at_index.py
downstream/pylib/oeis/get_a037870_value_at_index.py
downstream/pylib/oeis/get_a048881_value_at_index.py
downstream/pylib/oeis/get_a059893_index_of_value.py
downstream/pylib/oeis/get_a059893_value_at_index.py
downstream/pylib/oeis/get_a083058_index_of_value.py
downstream/pylib/oeis/get_a083058_value_at_index.py
downstream/pylib/oeis/get_a130654_value_at_index.py
downstream/pylib/oeis/get_a341916_index_of_value.py
downstream/pylib/oeis/get_a341916_value_at_index.py
downstream/pylib/site_selection_eval/__init__.py
downstream/pylib/site_selection_eval/get_first_decreasing_hanoi_value_deposition.py
downstream/pylib/site_selection_eval/get_first_deposition_over_too_new_site.py
downstream/pylib/site_selection_eval/get_first_resolved_resident_rank_inconsistency.py
downstream/pylib/site_selection_eval/make_surface_history_df.py
downstream/pylib/site_selection_viz/_SurfaceHistoryToStratumRetentionPolicyShim.py
downstream/pylib/site_selection_viz/__init__.py
downstream/pylib/site_selection_viz/_apply_pseudo_linear_yticks.py
downstream/pylib/site_selection_viz/_apply_pseudo_log_yticks.py
downstream/pylib/site_selection_viz/_geomspace_filter_surface_history_df.py
downstream/pylib/site_selection_viz/_linspace_filter_surface_history_df.py
downstream/pylib/site_selection_viz/site_deposition_depth_by_rank_heatmap.py
downstream/pylib/site_selection_viz/site_deposition_rank_by_rank_heatmap.py
downstream/pylib/site_selection_viz/site_differentia_by_rank_heatmap.py
downstream/pylib/site_selection_viz/site_hanoi_value_by_rank_heatmap.py
downstream/pylib/site_selection_viz/stratum_persistence_dripplot.py
downstream/pylib/test/__init__.py
downstream/pylib/test/test_Literal.py
downstream/pylib/test/test_bit_ceil.py
downstream/pylib/test/test_bit_count_immediate_zeros.py
downstream/pylib/test/test_bit_count_leading_ones.py
downstream/pylib/test/test_bit_decode_gray.py
downstream/pylib/test/test_bit_drop_msb.py
downstream/pylib/test/test_bit_encode_gray.py
downstream/pylib/test/test_bit_floor.py
downstream/pylib/test/test_bit_invert.py
downstream/pylib/test/test_bit_reverse.py
downstream/pylib/test/test_calc_dyadic_lcm_upper_bound.py
downstream/pylib/test/test_count_factors_of_2.py
downstream/pylib/test/test_enforce_typing.py
downstream/pylib/test/test_fast_pow2_divide.py
downstream/pylib/test/test_fast_pow2_mod.py
downstream/pylib/test/test_get_powersof2triangle_val_at_index.py
downstream/pylib/test/test_log_args_and_result.py
downstream/pylib/test/test_modulo.py
downstream/pylib/test/test_prepend_cmap_with_color.py
downstream/pylib/test/test_round_to_one_sigfig.py
downstream/pylib/test/test_sign.py
downstream/pylib/test/test_hanoi/__init__.py
downstream/pylib/test/test_hanoi/test_get_hanoi_value_at_index.py
downstream/pylib/test/test_hanoi/test_get_hanoi_value_incidence_at_index.py
downstream/pylib/test/test_hanoi/test_get_incidence_count_of_hanoi_value_through_index.py
downstream/pylib/test/test_hanoi/test_get_index_of_hanoi_value_next_incidence.py
downstream/pylib/test/test_hanoi/test_get_index_of_hanoi_value_nth_incidence.py
downstream/pylib/test/test_hanoi/test_get_max_hanoi_value_through_index.py
downstream/pylib/test/test_hanoi/test_get_min_hanoi_value_with_incidence_at_least.py
downstream/pylib/test/test_longevity_ordering_alternating/__init__.py
downstream/pylib/test/test_longevity_ordering_alternating/test_get_longevity_index_of_mapped_position.py
downstream/pylib/test/test_longevity_ordering_alternating/test_get_longevity_mapped_position_of_index.py
downstream/pylib/test/test_longevity_ordering_alternating/test_get_longevity_reversed_position_within_level.py
downstream/pylib/test/test_longevity_ordering_common/__init__.py
downstream/pylib/test/test_longevity_ordering_common/test_get_longevity_level_of_index.py
downstream/pylib/test/test_longevity_ordering_common/test_get_longevity_level_of_mapped_position.py
downstream/pylib/test/test_longevity_ordering_common/test_get_longevity_num_positions_at_level.py
downstream/pylib/test/test_longevity_ordering_common/test_get_longevity_offset_of_level.py
downstream/pylib/test/test_longevity_ordering_common/test_longevity_num_positions_at_lower_levels.py
downstream/pylib/test/test_longevity_ordering_descending/__init__.py
downstream/pylib/test/test_longevity_ordering_descending/test_get_longevity_index_of_mapped_position.py
downstream/pylib/test/test_longevity_ordering_descending/test_get_longevity_mapped_position_of_index.py
downstream/pylib/test/test_longevity_ordering_naive/__init__.py
downstream/pylib/test/test_longevity_ordering_naive/test_get_longevity_index_of_mapped_position.py
downstream/pylib/test/test_longevity_ordering_naive/test_get_longevity_mapped_position_of_index.py
downstream/pylib/test/test_longevity_ordering_naive/test_get_longevity_position_within_level.py
downstream/pylib/test/test_longevity_ordering_piecewise_ascending/__init__.py
downstream/pylib/test/test_longevity_ordering_piecewise_ascending/test_get_longevity_index_of_mapped_position.py
downstream/pylib/test/test_longevity_ordering_piecewise_ascending/test_get_longevity_mapped_position_of_index.py
downstream/pylib/test/test_oeis/__init__.py
downstream/pylib/test/test_oeis/test_get_a000295_index_of_value.py
downstream/pylib/test/test_oeis/test_get_a000295_value_at_index.py
downstream/pylib/test/test_oeis/test_get_a005187_index_of_value.py
downstream/pylib/test/test_oeis/test_get_a005187_value_at_index.py
downstream/pylib/test/test_oeis/test_get_a025480_value_at_index.py
downstream/pylib/test/test_oeis/test_get_a030109_index_of_value.py
downstream/pylib/test/test_oeis/test_get_a030109_value_at_index.py
downstream/pylib/test/test_oeis/test_get_a037870_value_at_index.py
downstream/pylib/test/test_oeis/test_get_a048881_value_at_index.py
downstream/pylib/test/test_oeis/test_get_a059893_index_of_value.py
downstream/pylib/test/test_oeis/test_get_a059893_value_at_index.py
downstream/pylib/test/test_oeis/test_get_a083058_index_of_value.py
downstream/pylib/test/test_oeis/test_get_a083058_value_at_index.py
downstream/pylib/test/test_oeis/test_get_a130654_value_at_index.py
downstream/pylib/test/test_oeis/test_get_a341916_index_of_value.py
downstream/pylib/test/test_oeis/test_get_a341916_value_at_index.py
downstream/serialization/__init__.py
downstream/serialization/_col_from_surf_int.py
downstream/serialization/_col_from_surf_packet.py
downstream/serialization/_sort_differentiae_by_deposition_rank.py
downstream/site_selection_strategy/__init__.py
downstream/site_selection_strategy/site_selection_algorithms/__init__.py
downstream/site_selection_strategy/site_selection_algorithms/hybrid_algo/__init__.py
downstream/site_selection_strategy/site_selection_algorithms/hybrid_algo/_calc_resident_deposition_rank.py
downstream/site_selection_strategy/site_selection_algorithms/hybrid_algo/_iter_resident_deposition_ranks.py
downstream/site_selection_strategy/site_selection_algorithms/hybrid_algo/_pick_deposition_site.py
downstream/site_selection_strategy/site_selection_algorithms/steady_algo/__init__.py
downstream/site_selection_strategy/site_selection_algorithms/steady_algo/_enact/__init__.py
downstream/site_selection_strategy/site_selection_algorithms/steady_algo/_enact/_pick_deposition_site.py
downstream/site_selection_strategy/site_selection_algorithms/steady_algo/_impl/__init__.py
downstream/site_selection_strategy/site_selection_algorithms/steady_algo/_impl/_calc_resident_deposition_rank_wrt_bin.py
downstream/site_selection_strategy/site_selection_algorithms/steady_algo/_impl/_get_bin_number_of_position.py
downstream/site_selection_strategy/site_selection_algorithms/steady_algo/_impl/_get_bin_offset_at_position.py
downstream/site_selection_strategy/site_selection_algorithms/steady_algo/_impl/_get_bin_width_at_position.py
downstream/site_selection_strategy/site_selection_algorithms/steady_algo/_impl/_get_nth_bin_position.py
downstream/site_selection_strategy/site_selection_algorithms/steady_algo/_impl/_get_nth_bin_width.py
downstream/site_selection_strategy/site_selection_algorithms/steady_algo/_impl/_get_nth_segment_bin_count.py
downstream/site_selection_strategy/site_selection_algorithms/steady_algo/_impl/_get_nth_segment_bin_width.py
downstream/site_selection_strategy/site_selection_algorithms/steady_algo/_impl/_get_nth_segment_position.py
downstream/site_selection_strategy/site_selection_algorithms/steady_algo/_impl/_get_nth_segment_width.py
downstream/site_selection_strategy/site_selection_algorithms/steady_algo/_impl/_get_num_bins.py
downstream/site_selection_strategy/site_selection_algorithms/steady_algo/_impl/_get_num_positions.py
downstream/site_selection_strategy/site_selection_algorithms/steady_algo/_impl/_get_num_segments.py
downstream/site_selection_strategy/site_selection_algorithms/steady_algo/_impl/_iter_bin_coords.py
downstream/site_selection_strategy/site_selection_algorithms/steady_algo/_scry/__init__.py
downstream/site_selection_strategy/site_selection_algorithms/steady_algo/_scry/_calc_resident_deposition_rank.py
downstream/site_selection_strategy/site_selection_algorithms/steady_algo/_scry/_iter_resident_deposition_ranks.py
downstream/site_selection_strategy/site_selection_algorithms/tilted_algo/__init__.py
downstream/site_selection_strategy/site_selection_algorithms/tilted_algo/_enact/__init__.py
downstream/site_selection_strategy/site_selection_algorithms/tilted_algo/_enact/_pick_deposition_site.py
downstream/site_selection_strategy/site_selection_algorithms/tilted_algo/_impl/__init__.py
downstream/site_selection_strategy/site_selection_algorithms/tilted_algo/_impl/_calc_hanoi_invasion_rank.py
downstream/site_selection_strategy/site_selection_algorithms/tilted_algo/_impl/_calc_invading_hanoi_value.py
downstream/site_selection_strategy/site_selection_algorithms/tilted_algo/_impl/_calc_resident_hanoi_value.py
downstream/site_selection_strategy/site_selection_algorithms/tilted_algo/_impl/_get_epoch_rank.py
downstream/site_selection_strategy/site_selection_algorithms/tilted_algo/_impl/_get_global_epoch.py
downstream/site_selection_strategy/site_selection_algorithms/tilted_algo/_impl/_get_global_num_reservations.py
downstream/site_selection_strategy/site_selection_algorithms/tilted_algo/_impl/_get_grip_reservation_index_logical.py
downstream/site_selection_strategy/site_selection_algorithms/tilted_algo/_impl/_get_grip_reservation_index_physical.py
downstream/site_selection_strategy/site_selection_algorithms/tilted_algo/_impl/_get_hanoi_num_reservations.py
downstream/site_selection_strategy/site_selection_algorithms/tilted_algo/_impl/_get_reservation_position_logical.py
downstream/site_selection_strategy/site_selection_algorithms/tilted_algo/_impl/_get_reservation_position_physical.py
downstream/site_selection_strategy/site_selection_algorithms/tilted_algo/_impl/_get_reservation_width_physical.py
downstream/site_selection_strategy/site_selection_algorithms/tilted_algo/_impl/_get_site_genesis_reservation_index_physical.py
downstream/site_selection_strategy/site_selection_algorithms/tilted_algo/_impl/_get_site_hanoi_value_assigned.py
downstream/site_selection_strategy/site_selection_algorithms/tilted_algo/_impl/_get_site_reservation_index_logical.py
downstream/site_selection_strategy/site_selection_algorithms/tilted_algo/_impl/_get_site_reservation_index_physical.py
downstream/site_selection_strategy/site_selection_algorithms/tilted_algo/_scry/__init__.py
downstream/site_selection_strategy/site_selection_algorithms/tilted_algo/_scry/_calc_resident_deposition_rank.py
downstream/site_selection_strategy/site_selection_algorithms/tilted_algo/_scry/_iter_resident_deposition_ranks.py
downstream/site_selection_strategy/site_selection_algorithms/tilted_hadamard_order_site_rungs_algo/__init__.py
downstream/site_selection_strategy/site_selection_algorithms/tilted_hadamard_order_site_rungs_algo/_enact/__init__.py
downstream/site_selection_strategy/site_selection_algorithms/tilted_hadamard_order_site_rungs_algo/_enact/_pick_deposition_site.py
downstream/site_selection_strategy/site_selection_algorithms/tilted_hadamard_order_site_rungs_algo/_impl/__init__.py
downstream/site_selection_strategy/site_selection_algorithms/tilted_hadamard_order_site_rungs_algo/_impl/_get_fractional_downgrade_num_reservations_provided.py
downstream/site_selection_strategy/site_selection_algorithms/tilted_hadamard_order_site_rungs_algo/_impl/_get_fractional_downgrade_rank.py
downstream/site_selection_strategy/site_selection_algorithms/tilted_hadamard_order_site_rungs_algo/_impl/_get_fractional_downgrade_state.py
downstream/site_selection_strategy/site_selection_algorithms/tilted_hadamard_order_site_rungs_algo/_impl/_get_num_incidence_reservations_at_rank.py
downstream/site_selection_strategy/site_selection_algorithms/tilted_hadamard_order_site_rungs_algo/_impl/_get_num_reservations_provided.py
downstream/site_selection_strategy/site_selection_algorithms/tilted_hadamard_order_site_rungs_algo/_impl/_get_num_sites_reserved_per_incidence_at_rank.py
downstream/site_selection_strategy/site_selection_algorithms/tilted_hadamard_order_site_rungs_algo/_impl/_get_regime_mx.py
downstream/site_selection_strategy/site_selection_algorithms/tilted_hadamard_order_site_rungs_algo/_impl/_get_regime_num_reservations_available.py
downstream/site_selection_strategy/site_selection_algorithms/tilted_hadamard_order_site_rungs_algo/_impl/_get_regime_num_reservations_provided.py
downstream/site_selection_strategy/site_selection_algorithms/tilted_hadamard_order_site_rungs_algo/_impl/_get_regime_reservation_downgrade_rank.py
downstream/site_selection_strategy/site_selection_algorithms/tilted_hadamard_order_site_rungs_algo/_impl/_get_safe_downgrade_rank.py
downstream/site_selection_strategy/site_selection_algorithms/tilted_hadamard_order_site_rungs_algo/_impl/_get_surface_rank_capacity.py
downstream/site_selection_strategy/site_selection_algorithms/tilted_hadamard_order_site_rungs_algo/_impl/_get_upcoming_hanoi_invasion_rank.py
downstream/site_selection_strategy/site_selection_algorithms/tilted_hadamard_order_site_rungs_algo/_impl/_get_upcoming_hanoi_invasion_value.py
downstream/site_selection_strategy/site_selection_algorithms/tilted_hadamard_order_site_rungs_algo/_impl/_has_hanoi_value_filled_first_reservation_layer.py
downstream/site_selection_strategy/site_selection_algorithms/tilted_hadamard_order_site_rungs_algo/_impl/_is_2x_reservation_eligible.py
downstream/site_selection_strategy/site_selection_algorithms/tilted_hadamard_order_site_rungs_algo/_impl/_is_hanoi_invadable_and_uninvaded.py
downstream/site_selection_strategy/site_selection_algorithms/tilted_hadamard_order_site_rungs_algo/_impl/_is_hanoi_invaded.py
downstream/site_selection_strategy/site_selection_algorithms/tilted_hadamard_order_site_rungs_algo/_impl/_is_hanoi_invader.py
downstream/site_selection_strategy/site_selection_algorithms/tilted_hadamard_order_site_rungs_algo/_impl/_iter_hanoi_invader_values.py
downstream/site_selection_strategy/site_selection_algorithms/tilted_hadamard_order_site_rungs_algo/_scry/__init__.py
downstream/site_selection_strategy/site_selection_algorithms/tilted_hadamard_order_site_rungs_algo/_scry/_calc_resident_deposition_rank.py
downstream/site_selection_strategy/site_selection_algorithms/tilted_hadamard_order_site_rungs_algo/_scry/_iter_resident_deposition_ranks.py
downstream/site_selection_strategy/site_selection_algorithms/tilted_hadamard_order_site_rungs_algo/_scry/_impl/__init__.py
downstream/site_selection_strategy/site_selection_algorithms/tilted_hadamard_order_site_rungs_algo/_scry/_impl/_calc_incidence_of_deposited_hanoi_value.py
downstream/site_selection_strategy/site_selection_algorithms/tilted_hadamard_order_site_rungs_algo/_scry/_impl/_calc_rank_of_deposited_hanoi_value.py
downstream/site_selection_strategy/site_selection_algorithms/tilted_hadamard_order_site_rungs_algo/_scry/_impl/_calc_reservation_reference_incidence.py
downstream/site_selection_strategy/site_selection_algorithms/tilted_hadamard_order_site_rungs_algo/_scry/_impl/_calc_resident_hanoi_context.py
downstream/site_selection_strategy/site_selection_algorithms/tilted_hadamard_order_site_rungs_algo/_scry/_impl/_get_reservation_index_elimination_rank.py
downstream/site_selection_strategy/site_selection_algorithms/tilted_hadamard_order_site_rungs_algo/_scry/_impl/_iter_candidate_hanoi_occupants.py
downstream/site_selection_strategy/site_selection_algorithms/tilted_hadamard_order_site_rungs_algo/_scry/_impl/_iter_candidate_reservation_indices.py
downstream/site_selection_strategy/site_selection_algorithms/tilted_hadamard_order_site_rungs_algo/_scry/_impl/_iter_candidate_reservation_sizes.py
downstream/site_selection_strategy/site_selection_algorithms/tilted_sticky_algo/__init__.py
downstream/site_selection_strategy/site_selection_algorithms/tilted_sticky_algo/_calc_resident_deposition_rank.py
downstream/site_selection_strategy/site_selection_algorithms/tilted_sticky_algo/_iter_resident_deposition_ranks.py
downstream/site_selection_strategy/site_selection_algorithms/tilted_sticky_algo/_pick_deposition_site.py
pylib/hanoi/__init__.py
pylib/hanoi/get_hanoi_value_at_index.py
pylib/hanoi/get_hanoi_value_incidence_at_index.py
pylib/hanoi/get_hanoi_value_index_cadence.py
pylib/hanoi/get_hanoi_value_index_offset.py
pylib/hanoi/get_incidence_count_of_hanoi_value_through_index.py
pylib/hanoi/get_index_of_hanoi_value_next_incidence.py
pylib/hanoi/get_index_of_hanoi_value_nth_incidence.py
pylib/hanoi/get_max_hanoi_value_through_index.py
pylib/hanoi/get_min_hanoi_value_with_incidence_at_least.py
pylib/longevity_ordering_alternating/__init__.py
pylib/longevity_ordering_alternating/get_longevity_directionality.py
pylib/longevity_ordering_alternating/get_longevity_index_of_mapped_position.py
pylib/longevity_ordering_alternating/get_longevity_mapped_position_of_index.py
pylib/longevity_ordering_alternating/get_longevity_reversed_position_within_level.py
pylib/longevity_ordering_common/__init__.py
pylib/longevity_ordering_common/get_longevity_level_of_index.py
pylib/longevity_ordering_common/get_longevity_level_of_mapped_position.py
pylib/longevity_ordering_common/get_longevity_num_positions_at_level.py
pylib/longevity_ordering_common/get_longevity_num_positions_at_lower_levels.py
pylib/longevity_ordering_common/get_longevity_offset_of_level.py
pylib/longevity_ordering_descending/__init__.py
pylib/longevity_ordering_descending/get_longevity_index_of_mapped_position.py
pylib/longevity_ordering_descending/get_longevity_mapped_position_of_index.py
pylib/longevity_ordering_naive/__init__.py
pylib/longevity_ordering_naive/get_longevity_index_of_mapped_position.py
pylib/longevity_ordering_naive/get_longevity_mapped_position_of_index.py
pylib/longevity_ordering_naive/get_longevity_position_within_level.py
pylib/longevity_ordering_piecewise_ascending/__init__.py
pylib/longevity_ordering_piecewise_ascending/get_longevity_index_of_mapped_position.py
pylib/longevity_ordering_piecewise_ascending/get_longevity_mapped_position_of_index.py
pylib/oeis/__init__.py
pylib/oeis/get_a000295_index_of_value.py
pylib/oeis/get_a000295_value_at_index.py
pylib/oeis/get_a005187_index_of_value.py
pylib/oeis/get_a005187_value_at_index.py
pylib/oeis/get_a025480_value_at_index.py
pylib/oeis/get_a030109_index_of_value.py
pylib/oeis/get_a030109_value_at_index.py
pylib/oeis/get_a037870_value_at_index.py
pylib/oeis/get_a048881_value_at_index.py
pylib/oeis/get_a059893_index_of_value.py
pylib/oeis/get_a059893_value_at_index.py
pylib/oeis/get_a083058_index_of_value.py
pylib/oeis/get_a083058_value_at_index.py
pylib/oeis/get_a130654_value_at_index.py
pylib/oeis/get_a341916_index_of_value.py
pylib/oeis/get_a341916_value_at_index.py
pylib/site_selection_eval/__init__.py
pylib/site_selection_eval/get_first_decreasing_hanoi_value_deposition.py
pylib/site_selection_eval/get_first_deposition_over_too_new_site.py
pylib/site_selection_eval/get_first_resolved_resident_rank_inconsistency.py
pylib/site_selection_eval/make_surface_history_df.py
pylib/site_selection_viz/_SurfaceHistoryToStratumRetentionPolicyShim.py
pylib/site_selection_viz/__init__.py
pylib/site_selection_viz/_apply_pseudo_linear_yticks.py
pylib/site_selection_viz/_apply_pseudo_log_yticks.py
pylib/site_selection_viz/_geomspace_filter_surface_history_df.py
pylib/site_selection_viz/_linspace_filter_surface_history_df.py
pylib/site_selection_viz/site_deposition_depth_by_rank_heatmap.py
pylib/site_selection_viz/site_deposition_rank_by_rank_heatmap.py
pylib/site_selection_viz/site_differentia_by_rank_heatmap.py
pylib/site_selection_viz/site_hanoi_value_by_rank_heatmap.py
pylib/site_selection_viz/stratum_persistence_dripplot.py
test_downstream/test_interop/__init__.py
test_downstream/test_interop/test_make_stratum_retention_policy_from_site_selection_algo.py
test_downstream/test_serialization/__init__.py
test_downstream/test_serialization/test_col_from_surf_int.py
test_downstream/test_serialization/test_col_from_surf_packet.py
test_downstream/test_serialization/test_sort_differentiae_by_deposition_rank.py
test_downstream/test_site_selection_strategy/__init__.py
test_downstream/test_site_selection_strategy/test_site_selection_algorithms/__init__.py
test_downstream/test_site_selection_strategy/test_site_selection_algorithms/test_hybrid_algo/__init__.py
test_downstream/test_site_selection_strategy/test_site_selection_algorithms/test_hybrid_algo/test_calc_resident_deposition_rank.py
test_downstream/test_site_selection_strategy/test_site_selection_algorithms/test_hybrid_algo/test_iter_resident_deposition_ranks.py
test_downstream/test_site_selection_strategy/test_site_selection_algorithms/test_steady_algo/__init__.py
test_downstream/test_site_selection_strategy/test_site_selection_algorithms/test_steady_algo/test_enact/__init__.py
test_downstream/test_site_selection_strategy/test_site_selection_algorithms/test_steady_algo/test_enact/test_pick_deposition_site.py
test_downstream/test_site_selection_strategy/test_site_selection_algorithms/test_steady_algo/test_impl/__init__.py
test_downstream/test_site_selection_strategy/test_site_selection_algorithms/test_steady_algo/test_impl/test_get_bin_number_of_position.py
test_downstream/test_site_selection_strategy/test_site_selection_algorithms/test_steady_algo/test_impl/test_get_bin_width_at_position.py
test_downstream/test_site_selection_strategy/test_site_selection_algorithms/test_steady_algo/test_impl/test_get_nth_bin_position.py
test_downstream/test_site_selection_strategy/test_site_selection_algorithms/test_steady_algo/test_impl/test_get_nth_bin_width.py
test_downstream/test_site_selection_strategy/test_site_selection_algorithms/test_steady_algo/test_impl/test_get_nth_segment_bin_count.py
test_downstream/test_site_selection_strategy/test_site_selection_algorithms/test_steady_algo/test_impl/test_get_nth_segment_bin_width.py
test_downstream/test_site_selection_strategy/test_site_selection_algorithms/test_steady_algo/test_impl/test_get_nth_segment_position.py
test_downstream/test_site_selection_strategy/test_site_selection_algorithms/test_steady_algo/test_impl/test_get_nth_segment_width.py
test_downstream/test_site_selection_strategy/test_site_selection_algorithms/test_steady_algo/test_impl/test_get_num_bins.py
test_downstream/test_site_selection_strategy/test_site_selection_algorithms/test_steady_algo/test_impl/test_get_num_segments.py
test_downstream/test_site_selection_strategy/test_site_selection_algorithms/test_steady_algo/test_impl/test_iter_bin_coords.py
test_downstream/test_site_selection_strategy/test_site_selection_algorithms/test_steady_algo/test_scry/__init__.py
test_downstream/test_site_selection_strategy/test_site_selection_algorithms/test_steady_algo/test_scry/test_calc_resident_deposition_rank.py
test_downstream/test_site_selection_strategy/test_site_selection_algorithms/test_steady_algo/test_scry/test_iter_resident_deposition_ranks.py
test_downstream/test_site_selection_strategy/test_site_selection_algorithms/test_tilted_algo/__init__.py
test_downstream/test_site_selection_strategy/test_site_selection_algorithms/test_tilted_algo/test_enact/__init__.py
test_downstream/test_site_selection_strategy/test_site_selection_algorithms/test_tilted_algo/test_enact/test_pick_deposition_site.py
test_downstream/test_site_selection_strategy/test_site_selection_algorithms/test_tilted_algo/test_impl/__init__.py
test_downstream/test_site_selection_strategy/test_site_selection_algorithms/test_tilted_algo/test_impl/test_calc_hanoi_invasion_rank.py
test_downstream/test_site_selection_strategy/test_site_selection_algorithms/test_tilted_algo/test_impl/test_calc_invading_hanoi_value.py
test_downstream/test_site_selection_strategy/test_site_selection_algorithms/test_tilted_algo/test_impl/test_calc_resident_hanoi_value.py
test_downstream/test_site_selection_strategy/test_site_selection_algorithms/test_tilted_algo/test_impl/test_get_epoch_rank.py
test_downstream/test_site_selection_strategy/test_site_selection_algorithms/test_tilted_algo/test_impl/test_get_global_epoch.py
test_downstream/test_site_selection_strategy/test_site_selection_algorithms/test_tilted_algo/test_impl/test_get_global_num_reservtions.py
test_downstream/test_site_selection_strategy/test_site_selection_algorithms/test_tilted_algo/test_impl/test_get_global_num_reservtions_at_epoch.py
test_downstream/test_site_selection_strategy/test_site_selection_algorithms/test_tilted_algo/test_impl/test_get_grip_reservation_index_logical.py
test_downstream/test_site_selection_strategy/test_site_selection_algorithms/test_tilted_algo/test_impl/test_get_grip_reservation_index_logical_at_epoch.py
test_downstream/test_site_selection_strategy/test_site_selection_algorithms/test_tilted_algo/test_impl/test_get_grip_reservation_index_physical.py
test_downstream/test_site_selection_strategy/test_site_selection_algorithms/test_tilted_algo/test_impl/test_get_grip_reservation_index_physical_at_epoch.py
test_downstream/test_site_selection_strategy/test_site_selection_algorithms/test_tilted_algo/test_impl/test_get_hanoi_num_reservtions.py
test_downstream/test_site_selection_strategy/test_site_selection_algorithms/test_tilted_algo/test_impl/test_get_reservation_position_logical.py
test_downstream/test_site_selection_strategy/test_site_selection_algorithms/test_tilted_algo/test_impl/test_get_reservation_position_physical.py
test_downstream/test_site_selection_strategy/test_site_selection_algorithms/test_tilted_algo/test_impl/test_get_reservation_width_physical.py
test_downstream/test_site_selection_strategy/test_site_selection_algorithms/test_tilted_algo/test_impl/test_get_site_genesis_reservation_index_physical.py
test_downstream/test_site_selection_strategy/test_site_selection_algorithms/test_tilted_algo/test_impl/test_get_site_hanoi_value_assigned.py
test_downstream/test_site_selection_strategy/test_site_selection_algorithms/test_tilted_algo/test_impl/test_get_site_reservation_index_logical.py
test_downstream/test_site_selection_strategy/test_site_selection_algorithms/test_tilted_algo/test_impl/test_get_site_reservation_index_logical_at_epoch.py
test_downstream/test_site_selection_strategy/test_site_selection_algorithms/test_tilted_algo/test_impl/test_get_site_reservation_index_physical.py
test_downstream/test_site_selection_strategy/test_site_selection_algorithms/test_tilted_algo/test_impl/test_get_site_reservation_index_physical_at_epoch.py
test_downstream/test_site_selection_strategy/test_site_selection_algorithms/test_tilted_algo/test_scry/__init__.py
test_downstream/test_site_selection_strategy/test_site_selection_algorithms/test_tilted_algo/test_scry/test_calc_resident_deposition_rank.py
test_downstream/test_site_selection_strategy/test_site_selection_algorithms/test_tilted_algo/test_scry/test_iter_resident_deposition_ranks.py
test_downstream/test_site_selection_strategy/test_site_selection_algorithms/test_tilted_hadamard_order_site_rungs_algo/__init__.py
test_downstream/test_site_selection_strategy/test_site_selection_algorithms/test_tilted_hadamard_order_site_rungs_algo/test_pick_deposition_site.py
test_downstream/test_site_selection_strategy/test_site_selection_algorithms/test_tilted_hadamard_order_site_rungs_algo/test_impl/__init__.py
test_downstream/test_site_selection_strategy/test_site_selection_algorithms/test_tilted_hadamard_order_site_rungs_algo/test_impl/test_get_fractional_downgrade_num_reservations_provided.py
test_downstream/test_site_selection_strategy/test_site_selection_algorithms/test_tilted_hadamard_order_site_rungs_algo/test_impl/test_get_fractional_downgrade_rank.py
test_downstream/test_site_selection_strategy/test_site_selection_algorithms/test_tilted_hadamard_order_site_rungs_algo/test_impl/test_get_fractional_downgrade_state.py
test_downstream/test_site_selection_strategy/test_site_selection_algorithms/test_tilted_hadamard_order_site_rungs_algo/test_impl/test_get_num_incidence_reservations_at_rank.py
test_downstream/test_site_selection_strategy/test_site_selection_algorithms/test_tilted_hadamard_order_site_rungs_algo/test_impl/test_get_num_reservations_provided.py
test_downstream/test_site_selection_strategy/test_site_selection_algorithms/test_tilted_hadamard_order_site_rungs_algo/test_impl/test_get_num_sites_reserved_per_incidence_at_rank.py
test_downstream/test_site_selection_strategy/test_site_selection_algorithms/test_tilted_hadamard_order_site_rungs_algo/test_impl/test_get_regime_mx.py
test_downstream/test_site_selection_strategy/test_site_selection_algorithms/test_tilted_hadamard_order_site_rungs_algo/test_impl/test_get_regime_num_reservations_available.py
test_downstream/test_site_selection_strategy/test_site_selection_algorithms/test_tilted_hadamard_order_site_rungs_algo/test_impl/test_get_regime_num_reservations_provided.py
test_downstream/test_site_selection_strategy/test_site_selection_algorithms/test_tilted_hadamard_order_site_rungs_algo/test_impl/test_get_regime_reservation_downgrade_rank.py
test_downstream/test_site_selection_strategy/test_site_selection_algorithms/test_tilted_hadamard_order_site_rungs_algo/test_impl/test_get_safe_downgrade_rank.py
test_downstream/test_site_selection_strategy/test_site_selection_algorithms/test_tilted_hadamard_order_site_rungs_algo/test_impl/test_get_surface_rank_capacity.py
test_downstream/test_site_selection_strategy/test_site_selection_algorithms/test_tilted_hadamard_order_site_rungs_algo/test_impl/test_get_upcoming_hanoi_invasion_rank.py
test_downstream/test_site_selection_strategy/test_site_selection_algorithms/test_tilted_hadamard_order_site_rungs_algo/test_impl/test_get_upcoming_hanoi_invasion_value.py
test_downstream/test_site_selection_strategy/test_site_selection_algorithms/test_tilted_hadamard_order_site_rungs_algo/test_impl/test_has_hanoi_value_filled_first_reservation_layer.py
test_downstream/test_site_selection_strategy/test_site_selection_algorithms/test_tilted_hadamard_order_site_rungs_algo/test_impl/test_is_2x_reservation_eligible.py
test_downstream/test_site_selection_strategy/test_site_selection_algorithms/test_tilted_hadamard_order_site_rungs_algo/test_impl/test_is_hanoi_invadable_and_uninvaded.py
test_downstream/test_site_selection_strategy/test_site_selection_algorithms/test_tilted_hadamard_order_site_rungs_algo/test_impl/test_is_hanoi_invaded.py
test_downstream/test_site_selection_strategy/test_site_selection_algorithms/test_tilted_hadamard_order_site_rungs_algo/test_impl/test_is_hanoi_invader.py
test_downstream/test_site_selection_strategy/test_site_selection_algorithms/test_tilted_hadamard_order_site_rungs_algo/test_impl/test_iter_hanoi_invader_values.py
test_downstream/test_site_selection_strategy/test_site_selection_algorithms/test_tilted_hadamard_order_site_rungs_algo/test_scry/__init__.py
test_downstream/test_site_selection_strategy/test_site_selection_algorithms/test_tilted_hadamard_order_site_rungs_algo/test_scry/test_calc_resident_deposition_rank.py
test_downstream/test_site_selection_strategy/test_site_selection_algorithms/test_tilted_hadamard_order_site_rungs_algo/test_scry/test_iter_resident_deposition_ranks.py
test_downstream/test_site_selection_strategy/test_site_selection_algorithms/test_tilted_hadamard_order_site_rungs_algo/test_scry/test_impl/__init__.py
test_downstream/test_site_selection_strategy/test_site_selection_algorithms/test_tilted_hadamard_order_site_rungs_algo/test_scry/test_impl/test_calc_incidence_of_deposited_hanoi_value.py
test_downstream/test_site_selection_strategy/test_site_selection_algorithms/test_tilted_hadamard_order_site_rungs_algo/test_scry/test_impl/test_calc_rank_of_deposited_hanoi_value.py
test_downstream/test_site_selection_strategy/test_site_selection_algorithms/test_tilted_hadamard_order_site_rungs_algo/test_scry/test_impl/test_calc_reservation_reference_incidence.py
test_downstream/test_site_selection_strategy/test_site_selection_algorithms/test_tilted_hadamard_order_site_rungs_algo/test_scry/test_impl/test_calc_resident_hanoi_context.py
test_downstream/test_site_selection_strategy/test_site_selection_algorithms/test_tilted_hadamard_order_site_rungs_algo/test_scry/test_impl/test_get_reservation_index_elimination_rank.py
test_downstream/test_site_selection_strategy/test_site_selection_algorithms/test_tilted_hadamard_order_site_rungs_algo/test_scry/test_impl/test_iter_candidate_hanoi_occupants.py
test_downstream/test_site_selection_strategy/test_site_selection_algorithms/test_tilted_hadamard_order_site_rungs_algo/test_scry/test_impl/test_iter_candidate_reservation_indices.py
test_downstream/test_site_selection_strategy/test_site_selection_algorithms/test_tilted_hadamard_order_site_rungs_algo/test_scry/test_impl/test_iter_candidate_reservation_sizes.py
test_downstream/test_site_selection_strategy/test_site_selection_algorithms/test_tilted_hadamard_order_site_rungs_algo/test_scry/test_impl/_impl/__init__.py
test_downstream/test_site_selection_strategy/test_site_selection_algorithms/test_tilted_hadamard_order_site_rungs_algo/test_scry/test_impl/_impl/_make_num_reservations_provided_df.py
test_downstream/test_site_selection_strategy/test_site_selection_algorithms/test_tilted_hadamard_order_site_rungs_algo/test_scry/test_impl/_impl/_make_reference_incidence_df.py
test_downstream/test_site_selection_strategy/test_site_selection_algorithms/test_tilted_sticky_algo/__init__.py
test_downstream/test_site_selection_strategy/test_site_selection_algorithms/test_tilted_sticky_algo/test_calc_resident_deposition_rank.py
test_downstream/test_site_selection_strategy/test_site_selection_algorithms/test_tilted_sticky_algo/test_iter_resident_deposition_ranks.py
test_downstream/test_site_selection_strategy/test_site_selection_algorithms/test_tilted_sticky_algo/test_pick_deposition_site.py