ascend.h
来自「Lin-Kernighan heuristic for the TSP and 」· C头文件 代码 · 共 27 行
H
27 行
/*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 + =
减小字号Ctrl + -
显示快捷键?