mainlk.w,v

来自「Lin-Kernighan heuristic for the TSP and 」· W,V 代码 · 共 50 行

W,V
50
字号
head	1.1;access;symbols	zero-five-zero:1.1	zero-four-seventeen:1.1;locks	neto:1.1; strict;comment	@# @;1.1date	98.10.16.20.41.02;	author neto;	state Exp;branches;next	;desc@Trivial program to be licensed under the GPL.@1.1log@Initial revision@text@@@ 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 + =
减小字号Ctrl + -
显示快捷键?