include ./Data/tspsymm.mod; include ./Data/temp.dat; solve; printf "%d ",solve_result_num > ../Temp/dot.dat; if solve_result_num >= 200 then quit; else { printf "%d ",TotCost >> ../Temp/dot.dat; for {(i,j) in LINKS} printf "%s %s %s ",i,j,X[i,j] >> ../Temp/dot.dat; } quit;