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

📄 mainlk.w

📁 Lin-Kernighan heuristic for the TSP and minimum weight perfect matching
💻 W
字号:
@ This program is licensed under the GNU General Public License.All the other code I've written to link to this program is licensedunder the GNU Library General Public License.@c#include "config.h"#include <stdio.h>#include <stdlib.h>#include <stddef.h>#include "lkconfig.h"#include "length.h"#include "read.h"#include "lk.h"int main(int argc, char**argv){	return lk_main(argc,argv);}

⌨️ 快捷键说明

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