construct.h

来自「Lin-Kernighan heuristic for the TSP and 」· C头文件 代码 · 共 58 行

H
58
字号
/*2:*/#line 226 "./construct.w"#if !defined(_CONSTRUCT_H_)#define _CONSTRUCT_H_/*6:*/#line 276 "./construct.w"#include "length.h"/*:6*/#line 229 "./construct.w"extern const char*construct_rcs_id;/*9:*/#line 300 "./construct.w"#define CONSTRUCT_CANONICAL 0/*:9*//*11:*/#line 339 "./construct.w"#define CONSTRUCT_RANDOM 1/*:11*//*18:*/#line 461 "./construct.w"#define CONSTRUCT_GREEDY   2#define CONSTRUCT_GREEDY_RANDOM 3/*:18*/#line 231 "./construct.w"/*5:*/#line 269 "./construct.w"length_tconstruct(const int n,int*tour,const int heuristic,const longheur_param,const long random_seed);/*:5*//*63:*/#line 1102 "./construct.w"length_t construct_matching(int n,int*mate,int alg,long alg_param,constlong random_seed);/*:63*/#line 232 "./construct.w"#endif/*:2*/

⌨️ 快捷键说明

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