types.w

来自「Lin-Kernighan heuristic for the TSP and 」· W 代码 · 共 53 行

W
53
字号
% This file is in the public domain.% Typeset these typedef'd types as if they are |int|.  I put this in% a separate .w file so that it's convenient for other .w files.@s dict_node_t int@s dict_t int@s eligible_t int@s E2_box_t int@s E2_node_t int@s length_t int@s nn_entry_t int@s pool_block_freelist_t int@s pool_t int@s tsp_instance_t int@s edge_weight_type_t int@s edge_weight_format_t int@s coord_2d int@s prng_t int@s decluster_tree_t int@s decluster_edge_t int@s search_node_t int@s onetree_node_t int@s pq_t int@s pq_cmp_func_t int@s dirty_queue_node_t int@s dirty_queue_node_s int@s dirty_set_t int@s tabu_hash_elem_s int@s tabu_hash_elem_t int@s tabu_hash_s int@s tabu_hash_t int% These are for tspgen.w@s edge_t int@s tree_t int@s hull_sortbox_t int@s hull_vertex_t int@s point_t int% These are from gb_flip (with my gb_flip.ch modifications)@s gb_prng_t int

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?