⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 construct.h

📁 Lin-Kernighan heuristic for the TSP and minimum weight perfect matching
💻 H
字号:
/*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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -