tsplib2rothberg.pl.in

来自「Lin-Kernighan heuristic for the TSP and 」· IN 代码 · 共 13 行

IN
13
字号
#! @PERL@# @configure_input@# tsplib2rothberg.pl# Convert a TSPLIB format file into one digestible by Rothberg's weighted# matching code.# See ftp://dimacs.rutgers.edu/pub/netflow/benchmarks/cuse TSP;$tsp = new TSP;$tsp->read(\*STDIN);$tsp->as_Rothberg_on(\*STDOUT);

⌨️ 快捷键说明

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