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

📄 tsp.plg

📁 求解tsp问题的局部优化算法
💻 PLG
字号:
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: tsp - Win32 Debug--------------------
</h3>
<h3>Command Lines</h3>
Creating temporary file "C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP1D.tmp" with contents
[
/nologo /MLd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /Fp"Debug/tsp.pch" /YX /Fo"Debug/" /Fd"Debug/" /FD /GZ  /c 
"D:\sis\ant\2opt\BLDMTX.C"
"D:\sis\ant\2opt\FN.C"
"D:\sis\ant\2opt\MSTR_ENV.C"
"D:\sis\ant\2opt\NN.C"
"D:\sis\ant\2opt\PRTMTX.C"
"D:\sis\ant\2opt\TIME.C"
"D:\sis\ant\2opt\TSP.C"
"D:\sis\ant\2opt\2OPT.C"
]
Creating command line "cl.exe @C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP1D.tmp" 
Creating temporary file "C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP1E.tmp" with contents
[
kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib  kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /incremental:yes /pdb:"Debug/tsp.pdb" /debug /machine:I386 /out:"Debug/tsp.exe" /pdbtype:sept 
.\Debug\3OPT.OBJ
.\Debug\BLDMTX.OBJ
.\Debug\FN.OBJ
.\Debug\HYBRID.OBJ
.\Debug\MSTR_ENV.OBJ
.\Debug\NN.OBJ
.\Debug\POPT.OBJ
.\Debug\PRTMTX.OBJ
.\Debug\SD.OBJ
.\Debug\TIME.OBJ
.\Debug\TSP.OBJ
.\Debug\2OPT.OBJ
]
Creating command line "link.exe @C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP1E.tmp"
<h3>Output Window</h3>
Compiling...
BLDMTX.C
d:\sis\ant\2opt\bldmtx.c(15) : fatal error C1083: Cannot open include file: 'tsp.h': No such file or directory
FN.C
d:\sis\ant\2opt\fn.c(14) : fatal error C1083: Cannot open include file: 'boolean.h': No such file or directory
MSTR_ENV.C
d:\sis\ant\2opt\mstr_env.c(18) : fatal error C1083: Cannot open include file: 'mstr_env.h': No such file or directory
NN.C
d:\sis\ant\2opt\nn.c(15) : fatal error C1083: Cannot open include file: 'boolean.h': No such file or directory
PRTMTX.C
d:\sis\ant\2opt\prtmtx.c(16) : fatal error C1083: Cannot open include file: 'tsp.h': No such file or directory
TIME.C
D:\sis\ant\2opt\TIME.C(28) : error C2065: 'REGS' : undeclared identifier
D:\sis\ant\2opt\TIME.C(28) : error C2146: syntax error : missing ';' before identifier 'reg'
D:\sis\ant\2opt\TIME.C(28) : error C2065: 'reg' : undeclared identifier
D:\sis\ant\2opt\TIME.C(30) : error C2224: left of '.byte' must have struct/union type
D:\sis\ant\2opt\TIME.C(31) : warning C4013: 'bios' undefined; assuming extern returning int
D:\sis\ant\2opt\TIME.C(32) : error C2224: left of '.word' must have struct/union type
D:\sis\ant\2opt\TIME.C(33) : error C2224: left of '.word' must have struct/union type
D:\sis\ant\2opt\TIME.C(33) : warning C4033: 'GetTime' must return a value
TSP.C
d:\sis\ant\2opt\tsp.c(16) : fatal error C1083: Cannot open include file: 'nodelist.h': No such file or directory
2OPT.C
d:\sis\ant\2opt\2opt.c(14) : fatal error C1083: Cannot open include file: 'nodelist.h': No such file or directory
Error executing cl.exe.



<h3>Results</h3>
tsp.exe - 13 error(s), 2 warning(s)
</pre>
</body>
</html>

⌨️ 快捷键说明

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