Bug 718 - after I run the testcomputeDoubleRoute() function, I found the output is wrong.
Summary: after I run the testcomputeDoubleRoute() function, I found the output is wrong.
Status: CONFIRMED
Alias: None
Product: Group 05(2022)
Classification: Unclassified
Component: algorithm section (show other bugs)
Version: unspecified
Hardware: PC Windows
: --- normal
Assignee: yiweizhao4
URL:
Depends on:
Blocks:
 
Reported: 2022-11-20 11:37 HKT by yiweizhao4
Modified: 2022-11-20 11:37 HKT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description yiweizhao4 2022-11-20 11:37:59 HKT
Steps to Reproduce:
in algorithm test.java, run the test case testCompute(), we can see the result of Assert.assertEquals(1, res.get(0).size());

Expected output:
Because the Chongqing is a transfer station, so the number of results should be only one.

Actual output:
the program returns two results.