?? expt.wpm.tsplib.2,v
字號(hào):
head 1.2;access;symbols zero-five-zero:1.2 zero-four-seventeen:1.2;locks neto:1.2; strict;comment @# @;1.2date 98.10.17.22.16.23; author neto; state Exp;branches;next 1.1;1.1date 98.10.17.19.19.14; author neto; state Exp;branches;next ;desc@TSPLIBE WPM experiments on non-E2 supported@1.2log@Release 0.4.17@text@#! /usr/bin/perl -I../script ../script/expt.pl# vi : set ts=4 sw=4:# expt.data.in# Driver tables for experiments.## Kinds of lines:# "require": earliest version of expt.pl that can run this script.# "salt": a number to be mixed with permutation number and instance name# to derive a random number generator seed.# "algprefix": used to form algorithm-specific names for output files.# "inputdir": directory where the input tsp files are# "outputdir": directory where the output files should go# "scriptdir": directory where scripts are.# "bindir": directory where the lk programs are (lk.deg and lk.no_d).# "program": base name of program to run (e.g. lk or lk.single);# The variations will be appended to this# "variations": colon-separated list of things to append to "program" to# get the main optimizer program.# "instance": perform experiments on the named TSP file.# "permutations": list seeds for permuting cities (0 is identity)# "lkargs": list of arguments that are always supplied# "preprocess": list preprocessing command (e.g. for cloning)# There can be multiple preprocessing commands, for multiple kinds of# runs## instance line Fields, separated by colons:# name of file (without .tsp) in $inputdir# N, the number of cities in the instance# option to always use with this instance. (Use -l and -u here)# (sequence of entries indicating number of iters to run. # N is replaced by the number of vertices.)## preprocess line fields, separated by colons:# the command to run on the file with output piped to reorderer.# the early suffix to put on instance name when generating output files# the late suffix to put on instance name when generating output files#require 0.4.14salt 64738algprefix wpm. # Mark weighted perfect matching.inputdir ../dataoutputdir ../exptscriptdir ../scriptbindir ../srcprogram lklkargs -v 50 -S dsort --maxdepth 50 -c nn 20 --matchingpermutations 0:1:2:3:4:5:6:7:8:9variations .deg:.no_dpreprocess cat : : # Empty mod letters.instance gr666:666:-l optimal 132013.0 : N@1.1log@Initial revision@text@d48 1a48 1permutations 0:1:2:3:4d52 1a52 1instance gr666:gr666:-l optimal 132013.0 : N/10@
?? 快捷鍵說(shuō)明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -