Skip to content

Commit c4d84ee

Browse files
committed
removed dead code
1 parent 3da558a commit c4d84ee

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

Q3AP-ILS/Python/ilsQ3AP_numba.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ def runILS(sol,ilsiter):
170170

171171
####################################
172172
if len(sys.argv)!=3:
173-
print("Need 2 arguments (instance, batchsize), ex: \n\tpython3 ./ilsQ3AP_numba.py nug12 1000. \n\nExit.")
173+
print("Need 2 arguments (instance, ILS iters), ex: \n\tpython3 ./ilsQ3AP_numpy.py nug12 1000 \n\nExit.")
174174
exit()
175175

176176
#read input

Q3AP-ILS/Python/ilsQ3AP_numba_seq.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ def runILS(sol,ilsiter):
169169

170170
####################################
171171
if len(sys.argv)!=3:
172-
print("Need 2 arguments (instance, batchsize), ex: \n\tpython3 ./ilsQ3AP_numba.py nug12 1000. \n\nExit.")
172+
print("Need 2 arguments (instance, ILS iters), ex: \n\tpython3 ./ilsQ3AP_numpy.py nug12 1000 \n\nExit.")
173173
exit()
174174

175175
#read input

Q3AP-ILS/Python/ilsQ3AP_numpy.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ def runILS(sol,ilsiter):
147147

148148
####################################
149149
if len(sys.argv)!=3:
150-
print("Need 2 arguments (instance, batchsize), ex: \n\tpython3 ./ilsQ3AP_numba.py nug12 1000. \n\nExit.")
150+
print("Need 2 arguments (instance, ILS iters), ex: \n\tpython3 ./ilsQ3AP_numpy.py nug12 1000 \n\nExit.")
151151
exit()
152152

153153
#read input

Q3AP-ILS/Python/ilsQ3AP_numpy_par.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ def runILS(sol,ilsiter):
171171

172172
####################################
173173
if len(sys.argv)!=3:
174-
print("Need 2 arguments (instance, batchsize), ex: \n\tpython3 ./ilsQ3AP_numba.py nug12 1000. \n\nExit.")
174+
print("Need 2 arguments (instance, ILS iters), ex: \n\tpython3 ./ilsQ3AP_numpy.py nug12 1000 \n\nExit.")
175175
exit()
176176

177177
#read input

0 commit comments

Comments
 (0)