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

📄 ascend.h

📁 Lin-Kernighan heuristic for the TSP and minimum weight perfect matching
💻 H
字号:
/*9:*/#line 283 "./ascend.w"#if !defined(_ASCEND_H_)#define _ASCEND_H_extern const char*ascend_rcs_id;/*14:*/#line 343 "./ascend.w"void ascend_setup(int the_n);void ascend_cleanup(void);double*const ascend_best_lambda(void);/*:14*//*27:*/#line 561 "./ascend.w"length_t ascend(const int n,length_t upper_bound_len);length_t ascend_alpha_beta(const int n,length_t upper_bound_len,double alpha,double beta);/*:27*/#line 287 "./ascend.w"#endif/*:9*/

⌨️ 快捷键说明

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