Skip to content

qobz1e/TransportationProblem

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

Transportation problem

Team Leader: Anastasia Pichugina

Members: Nikita Rashkin, Demyan Zverev, Fanis Zinnurov, Emil Davlityarov, Roman Pakhomov

Tests:

Test 1

300 400 500
3 1 7 4
2 6 5 9
8 3 3 2
250 350 400 200

Ans:

Inputted table:
         3          1          7          4        300 
         2          6          5          9        400 
         8          3          3          2        500 
       250        350        400        200 
Answer of North-West corner method: 4400
Answer of Vogel's approximation method: 2850
Answer of Russell's approximation method: 2900

Test 2

10 20 30
5 3 1
3 2 4
4 1 2
15 20 25

Ans:

Inputted table:
         5          3          1         10 
         3          2          4         20 
         4          1          2         30 
        15         20         25 
Answer of North-West corner method: 150
Answer of Vogel's approximation method: 110
Answer of Russell's approximation method: 115

Test 3

200 150 350
6 8 10
7 11 11
4 5 12
200 200 300

Ans:

Inputted table:
         6          8         10        200 
         7         11         11        150 
         4          5         12        350 
       200        200        300 
Answer of North-West corner method: 6700
Answer of Vogel's approximation method: 5450
Answer of Russell's approximation method: 5050

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages