添加了读取指定配置文件的功能
添加了官方的测试用例
This commit is contained in:
4
all_test/test_cases/3/dict.dic
Normal file
4
all_test/test_cases/3/dict.dic
Normal file
@@ -0,0 +1,4 @@
|
||||
# first come first serve
|
||||
STRATEGY = FCFS
|
||||
TOTAL_STATION = 10
|
||||
DISTANCE = 2
|
30
all_test/test_cases/3/input.txt
Normal file
30
all_test/test_cases/3/input.txt
Normal file
@@ -0,0 +1,30 @@
|
||||
clock
|
||||
clockwise 2
|
||||
clock
|
||||
target 10
|
||||
clock
|
||||
clock
|
||||
clock
|
||||
clockwise 3
|
||||
clock
|
||||
clock
|
||||
target 9
|
||||
clock
|
||||
clock
|
||||
clock
|
||||
clock
|
||||
clock
|
||||
clock
|
||||
clock
|
||||
clock
|
||||
clock
|
||||
clock
|
||||
clock
|
||||
clock
|
||||
clock
|
||||
clock
|
||||
clock
|
||||
clock
|
||||
clock
|
||||
clock
|
||||
end
|
183
all_test/test_cases/3/output.txt
Normal file
183
all_test/test_cases/3/output.txt
Normal file
@@ -0,0 +1,183 @@
|
||||
TIME:0
|
||||
BUS:
|
||||
position:0
|
||||
target:0000000000
|
||||
STATION:
|
||||
clockwise:0000000000
|
||||
counterclockwise:0000000000
|
||||
TIME:1
|
||||
BUS:
|
||||
position:0
|
||||
target:0000000000
|
||||
STATION:
|
||||
clockwise:0000000000
|
||||
counterclockwise:0000000000
|
||||
TIME:2
|
||||
BUS:
|
||||
position:1
|
||||
target:0000000000
|
||||
STATION:
|
||||
clockwise:0100000000
|
||||
counterclockwise:0000000000
|
||||
TIME:3
|
||||
BUS:
|
||||
position:2
|
||||
target:0000000001
|
||||
STATION:
|
||||
clockwise:0100000000
|
||||
counterclockwise:0000000000
|
||||
TIME:4
|
||||
BUS:
|
||||
position:2
|
||||
target:0000000001
|
||||
STATION:
|
||||
clockwise:0000000000
|
||||
counterclockwise:0000000000
|
||||
TIME:5
|
||||
BUS:
|
||||
position:1
|
||||
target:0000000001
|
||||
STATION:
|
||||
clockwise:0000000000
|
||||
counterclockwise:0000000000
|
||||
TIME:6
|
||||
BUS:
|
||||
position:0
|
||||
target:0000000001
|
||||
STATION:
|
||||
clockwise:0010000000
|
||||
counterclockwise:0000000000
|
||||
TIME:7
|
||||
BUS:
|
||||
position:19
|
||||
target:0000000001
|
||||
STATION:
|
||||
clockwise:0010000000
|
||||
counterclockwise:0000000000
|
||||
TIME:8
|
||||
BUS:
|
||||
position:18
|
||||
target:0000000011
|
||||
STATION:
|
||||
clockwise:0010000000
|
||||
counterclockwise:0000000000
|
||||
TIME:9
|
||||
BUS:
|
||||
position:18
|
||||
target:0000000010
|
||||
STATION:
|
||||
clockwise:0010000000
|
||||
counterclockwise:0000000000
|
||||
TIME:10
|
||||
BUS:
|
||||
position:19
|
||||
target:0000000010
|
||||
STATION:
|
||||
clockwise:0010000000
|
||||
counterclockwise:0000000000
|
||||
TIME:11
|
||||
BUS:
|
||||
position:0
|
||||
target:0000000010
|
||||
STATION:
|
||||
clockwise:0010000000
|
||||
counterclockwise:0000000000
|
||||
TIME:12
|
||||
BUS:
|
||||
position:1
|
||||
target:0000000010
|
||||
STATION:
|
||||
clockwise:0010000000
|
||||
counterclockwise:0000000000
|
||||
TIME:13
|
||||
BUS:
|
||||
position:2
|
||||
target:0000000010
|
||||
STATION:
|
||||
clockwise:0010000000
|
||||
counterclockwise:0000000000
|
||||
TIME:14
|
||||
BUS:
|
||||
position:3
|
||||
target:0000000010
|
||||
STATION:
|
||||
clockwise:0010000000
|
||||
counterclockwise:0000000000
|
||||
TIME:15
|
||||
BUS:
|
||||
position:4
|
||||
target:0000000010
|
||||
STATION:
|
||||
clockwise:0010000000
|
||||
counterclockwise:0000000000
|
||||
TIME:16
|
||||
BUS:
|
||||
position:4
|
||||
target:0000000010
|
||||
STATION:
|
||||
clockwise:0000000000
|
||||
counterclockwise:0000000000
|
||||
TIME:17
|
||||
BUS:
|
||||
position:3
|
||||
target:0000000010
|
||||
STATION:
|
||||
clockwise:0000000000
|
||||
counterclockwise:0000000000
|
||||
TIME:18
|
||||
BUS:
|
||||
position:2
|
||||
target:0000000010
|
||||
STATION:
|
||||
clockwise:0000000000
|
||||
counterclockwise:0000000000
|
||||
TIME:19
|
||||
BUS:
|
||||
position:1
|
||||
target:0000000010
|
||||
STATION:
|
||||
clockwise:0000000000
|
||||
counterclockwise:0000000000
|
||||
TIME:20
|
||||
BUS:
|
||||
position:0
|
||||
target:0000000010
|
||||
STATION:
|
||||
clockwise:0000000000
|
||||
counterclockwise:0000000000
|
||||
TIME:21
|
||||
BUS:
|
||||
position:19
|
||||
target:0000000010
|
||||
STATION:
|
||||
clockwise:0000000000
|
||||
counterclockwise:0000000000
|
||||
TIME:22
|
||||
BUS:
|
||||
position:18
|
||||
target:0000000010
|
||||
STATION:
|
||||
clockwise:0000000000
|
||||
counterclockwise:0000000000
|
||||
TIME:23
|
||||
BUS:
|
||||
position:17
|
||||
target:0000000010
|
||||
STATION:
|
||||
clockwise:0000000000
|
||||
counterclockwise:0000000000
|
||||
TIME:24
|
||||
BUS:
|
||||
position:16
|
||||
target:0000000010
|
||||
STATION:
|
||||
clockwise:0000000000
|
||||
counterclockwise:0000000000
|
||||
TIME:25
|
||||
BUS:
|
||||
position:16
|
||||
target:0000000000
|
||||
STATION:
|
||||
clockwise:0000000000
|
||||
counterclockwise:0000000000
|
||||
end
|
Reference in New Issue
Block a user