Skip to content

Commit f54b543

Browse files
committed
Updated Readme
1 parent 6655a32 commit f54b543

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -60,23 +60,23 @@ pip install -r requirements.txt
6060

6161

6262
<div style="text-align:center;margin-top:2rem;margin-bottom:2rem">
63-
<img src="images/Base_Graph_3.png" alt="Base_Graph" width="500" height="auto">
63+
<img src="Images/Base_Graph_3.png" alt="Base_Graph" width="500" height="auto">
6464
</div>
6565

6666

6767
3. You could also use `Plot_Graph.py` for plotting the solution, either the overall or the step by step:
6868

6969
<div style="align-items:center;display:flex;justify-content:center;gap:2rem;margin-top:2rem;margin-bottom:2rem">
70-
<img src="images/Overall_Solution1_3.png" alt="Overall_1" width="250" height="auto">
71-
<img src="images/Overall_Solution2_3.png" alt="Overall_2" width="250" height="auto">
72-
<img src="images/Overall_Solution3_3.png" alt="Overall_3" width="250" height="auto">
70+
<img src="Images/Overall_Solution1_3.png" alt="Overall_1" width="250" height="auto">
71+
<img src="Images/Overall_Solution2_3.png" alt="Overall_2" width="250" height="auto">
72+
<img src="Images/Overall_Solution3_3.png" alt="Overall_3" width="250" height="auto">
7373
</div>
7474

7575
4. You can also create a Gifs using the same file. Both the step by step solutions and the Gifs display the current status of each movement, load of the bus at the beginning and the end, the start and finish time of the movement and path and total cost in the image.
7676
You can use space bar to move to the next movement or press q to exit
7777

7878
<div style="align-items:center;display:flex;justify-content:center;gap:2rem;margin-top:2rem;margin-bottom:2rem">
79-
<img src="images/bus_2.gif" alt="bus2_gif" width="500" height="auto">
79+
<img src="Images/bus_2.gif" alt="bus2_gif" width="500" height="auto">
8080
</div>
8181

8282
## Examples

0 commit comments

Comments
 (0)