MCPcopy Create free account

hub / github.com/dds-bridge/dds / functions

Functions843 in github.com/dds-bridge/dds

Methodprint_node_stats
\brief Bridge to node statistics printer. Delegates to print_node_stats_impl() implementation.
library/src/trans_table/trans_table_s.hpp:345
Methodprint_node_stats_impl
library/src/trans_table/trans_table_s.cpp:995
Methodprint_node_values
library/src/trans_table/trans_table_l.cpp:1051
Functionprint_options
library/tests/args.cpp:168
Methodprint_page_summary
\brief Print page summary (implementation-specific, optional).
library/src/trans_table/trans_table.hpp:267
Methodprint_reset_stats
\brief Bridge to reset statistics printer. Delegates to print_reset_stats_impl() implementation.
library/src/trans_table/trans_table_s.hpp:353
Methodprint_reset_stats_impl
library/src/trans_table/trans_table_s.cpp:1011
Methodprint_suit_stats
library/src/trans_table/trans_table_l.cpp:1367
Methodprint_suit_stats
library/src/trans_table/trans_table_s.hpp:293
Methodprint_suit_stats
No-op implementations for remaining pure-virtual printers
library/tests/trans_table/trans_table_base_test.cpp:120
Methodprint_suits
library/src/trans_table/trans_table_l.cpp:1177
Methodprint_suits
\brief No-op print implementation for small TT. The small transposition table does not support detailed dumping. These methods are no-op implementati
library/src/trans_table/trans_table_s.hpp:284
Methodprint_summary_entry_stats
library/src/trans_table/trans_table_s.hpp:338
Methodprint_summary_entry_stats
library/tests/trans_table/trans_table_base_test.cpp:129
Methodprint_summary_suit_stats
library/src/trans_table/trans_table_s.hpp:302
Methodprint_summary_suit_stats
library/tests/trans_table/trans_table_base_test.cpp:122
Methodrelease_tt
library/src/trans_table/trans_table_l.cpp:370
Methodreset_memory
library/src/trans_table/trans_table_l.cpp:387
Methodreturn_all_memory
library/src/trans_table/trans_table_l.cpp:446
Methodsearch_len_and_insert
library/src/trans_table/trans_table_s.cpp:847
Methodset_memory_default
library/src/trans_table/trans_table_l.cpp:291
Methodset_memory_maximum
library/src/trans_table/trans_table_l.cpp:300
Methodset_to_partial_hands
library/src/trans_table/trans_table_l.cpp:1111
Methodsingle_len_to_str
library/src/trans_table/trans_table_l.cpp:1158
Functionsolve_chunk_common
library/src/solve_board.cpp:87
Methodstats_enabled
library/src/system/util/utilities.hpp:31
Methodstats_snapshot
library/src/system/util/utilities.hpp:59
Methodtest_calc_all_tables_pbn_default_mode_is_no_par
Test that default mode is -1 (no par).
python/tests/test_calc_tables.py:89
Methodtest_calc_all_tables_pbn_default_trump_filter_all_zeros
Test that default trump_filter is (0,0,0,0,0) - include all.
python/tests/test_calc_tables.py:134
Methodtest_calc_all_tables_pbn_empty_list
Test that empty deal list returns empty results.
python/tests/test_calc_tables.py:145
Methodtest_calc_all_tables_pbn_invalid_pbn
Test that invalid PBN raises error.
python/tests/test_calc_tables.py:140
Methodtest_calc_all_tables_pbn_invalid_trump_filter_size
Test that invalid trump_filter size raises error.
python/tests/test_calc_tables.py:153
Methodtest_calc_all_tables_pbn_invalid_trump_filter_value
Test that invalid trump_filter values raise error.
python/tests/test_calc_tables.py:158
Methodtest_calc_all_tables_pbn_multiple_deals
Test calc_all_tables_pbn with multiple deals.
python/tests/test_calc_tables.py:72
Methodtest_calc_all_tables_pbn_nt_row_and_filter_semantics
Regression test: NT is row index 4 and filtered strains are zero-filled rows.
python/tests/test_calc_tables.py:104
Methodtest_calc_all_tables_pbn_result_structure
Test that result has expected structure.
python/tests/test_calc_tables.py:169
Methodtest_calc_all_tables_pbn_single_deal
Test calc_all_tables_pbn with a single PBN deal.
python/tests/test_calc_tables.py:64
Methodtest_calc_all_tables_pbn_with_mode
Test calc_all_tables_pbn with par mode enabled.
python/tests/test_calc_tables.py:82
Methodtest_calc_all_tables_pbn_with_trump_filter
Test calc_all_tables_pbn with trump filter to skip some strains.
python/tests/test_calc_tables.py:96
Methodtest_calc_dd_table_basic
Test basic calc_dd_table with a simple deal.
python/tests/test_calc_tables.py:12
Methodtest_calc_dd_table_invalid_remain_cards_size
Test that invalid remain_cards size raises error.
python/tests/test_calc_tables.py:40
Methodtest_calc_dd_table_remain_cards_all_zeros
Test with all zeros (no cards dealt).
python/tests/test_calc_tables.py:47
Methodtest_calc_dd_table_result_structure
Test that result has correct structure.
python/tests/test_calc_tables.py:26
Methodtest_calc_par_basic
Basic smoke test for calc_par_from_table using PBN hand.
python/tests/test_calc_par_simple.py:17
Methodtest_calc_par_basic_hand0
Test calc_par with hand 0 (vulnerable=0).
python/tests/test_calc_par.py:56
Methodtest_calc_par_consistency
Test that multiple calls with same input give consistent results.
python/tests/test_calc_par_simple.py:42
Methodtest_calc_par_dd_table_matches_calc_dd_table
Test that calc_par's DD table matches calc_dd_table result.
python/tests/test_calc_par.py:217
Methodtest_calc_par_from_table_basic
Basic smoke test for calc_par_from_table.
python/tests/test_calc_par_simple.py:34
Methodtest_calc_par_from_table_basic
Test calc_par_from_table with pre-computed DD table.
python/tests/test_calc_par.py:139
Methodtest_calc_par_from_table_invalid_vulnerability
Test that invalid vulnerability raises ValueError.
python/tests/test_calc_par.py:164
Methodtest_calc_par_from_table_vulnerability_variations
Test calc_par_from_table with different vulnerability.
python/tests/test_calc_par.py:153
Methodtest_calc_par_hand1
Test calc_par with hand 1.
python/tests/test_calc_par.py:100
Methodtest_calc_par_invalid_vulnerability
Test that invalid vulnerability raises ValueError.
python/tests/test_calc_par.py:84
Methodtest_calc_par_multiple_vulnerabilities
Test calc_par and calc_par_from_table with multiple vulnerabilities.
python/tests/test_calc_par.py:230
Methodtest_calc_par_result_consistency
Test that repeated calls with same input give same results.
python/tests/test_calc_par.py:110
Methodtest_calc_par_results_consistency
(self)
python/tests/test_context_reuse.py:118
Methodtest_calc_par_vs_from_table_consistency
Test that calc_par and calc_par_from_table give same par results.
python/tests/test_calc_par.py:200
Methodtest_calc_par_vulnerabilities
Test calc_par_from_table with different vulnerabilities.
python/tests/test_calc_par_simple.py:25
Methodtest_calc_par_vulnerability_variations
Test calc_par with different vulnerability settings.
python/tests/test_calc_par.py:74
Methodtest_calc_par_without_context
(self)
python/tests/test_context_reuse.py:112
Methodtest_create_solver_context
(self)
python/tests/test_context_reuse.py:52
Methodtest_current_trick_rank_wrong_size
Test that wrong-sized current_trick_rank raises error.
python/tests/test_type_conversions.py:54
Methodtest_current_trick_suit_list_conversion
Test that current_trick_suit accepts lists.
python/tests/test_type_conversions.py:28
Methodtest_current_trick_suit_tuple_conversion
Test that current_trick_suit accepts tuples.
python/tests/test_type_conversions.py:12
Methodtest_current_trick_suit_wrong_size
Test that wrong-sized current_trick_suit raises error.
python/tests/test_type_conversions.py:43
Methodtest_default_parameters_consistent
Test that same deal with same defaults returns same result structure.
python/tests/test_solve_board.py:162
Methodtest_import_and_api_root
(self)
python/tests/test_import.py:16
Methodtest_multiple_contexts
(self)
python/tests/test_context_reuse.py:57
Methodtest_nt_row_index_regression
Keep a small Bazel-native regression check for the NT row index contract.
python/tests/test_calc_tables_regression.py:9
Methodtest_par_basic
Test basic par calculation with a simple DD table.
python/tests/test_par.py:13
Methodtest_par_default_vulnerable_is_zero
Test that default vulnerable is 0 (none).
python/tests/test_par.py:127
Methodtest_par_invalid_vulnerable
Test that invalid vulnerable parameter.
python/tests/test_par.py:86
Methodtest_par_requires_table_input
Test that par requires a valid table input.
python/tests/test_par.py:123
Methodtest_par_result_structure
Test that par result has expected structure.
python/tests/test_par.py:103
Methodtest_par_vulnerable_ew
Test par with vulnerable=3 (EW vulnerable).
python/tests/test_par.py:69
Methodtest_par_vulnerable_none
Test par with vulnerable=0 (neither vulnerable).
python/tests/test_par.py:35
Methodtest_par_vulnerable_ns
Test par with vulnerable=2 (NS vulnerable).
python/tests/test_par.py:52
Methodtest_pbn_empty_string
Test that empty PBN string raises error.
python/tests/test_type_conversions.py:192
Methodtest_pbn_invalid_seat
Test that PBN with invalid seat raises error.
python/tests/test_type_conversions.py:187
Methodtest_pbn_missing_seat
Test that PBN missing a seat designation raises error.
python/tests/test_type_conversions.py:182
Methodtest_pbn_truncated
Test that truncated PBN raises error.
python/tests/test_type_conversions.py:196
Methodtest_pbn_valid_format
Test that valid PBN is accepted.
python/tests/test_type_conversions.py:173
Methodtest_single_vs_batch_result_structure
Test that single calc_dd_table and batch calc_all_tables_pbn have compatible results.
python/tests/test_calc_tables.py:193
Methodtest_solve_board_basic
Test basic solve_board with a simple deal.
python/tests/test_solve_board.py:12
Methodtest_solve_board_context_reuse
(self)
python/tests/test_context_reuse.py:75
Methodtest_solve_board_invalid_cards_size
Test that invalid cards array size raises error.
python/tests/test_solve_board.py:98
Methodtest_solve_board_invalid_first
Test that invalid first seat raises error.
python/tests/test_solve_board.py:65
Methodtest_solve_board_invalid_trick_rank
Test that invalid current trick rank raises error.
python/tests/test_solve_board.py:87
Methodtest_solve_board_invalid_trick_suit
Test that invalid current trick suit raises error.
python/tests/test_solve_board.py:76
Methodtest_solve_board_invalid_trump
Test that invalid trump raises error.
python/tests/test_solve_board.py:54
Methodtest_solve_board_pbn_basic
Test basic solve_board_pbn with valid PBN.
python/tests/test_solve_board.py:113
Methodtest_solve_board_pbn_current_trick_validation
Test that invalid current trick in PBN mode raises error.
python/tests/test_solve_board.py:153
Methodtest_solve_board_pbn_default_first_is_north
Test that default first is North (0).
python/tests/test_solve_board.py:147
Methodtest_solve_board_pbn_default_trump_is_nt
Test that default trump is NT (4).
python/tests/test_solve_board.py:141
Methodtest_solve_board_pbn_invalid_first
Test that invalid first seat raises error.
python/tests/test_solve_board.py:136
Methodtest_solve_board_pbn_invalid_format
Test that invalid PBN format raises error.
python/tests/test_solve_board.py:126
Methodtest_solve_board_pbn_invalid_trump
Test that invalid trump in PBN raises error.
python/tests/test_solve_board.py:131
Methodtest_solve_board_pbn_with_context
(self)
python/tests/test_context_reuse.py:99
Methodtest_solve_board_pbn_with_defaults
Test that default parameters work correctly.
python/tests/test_solve_board.py:120
Methodtest_solve_board_pbn_without_context
(self)
python/tests/test_context_reuse.py:106
← previousnext →701–800 of 843, ranked by callers