https://github.com/egorkoctuchenko/solving-a-transport-problem-coursework-
A small web application for solving an open transportation problem
https://github.com/egorkoctuchenko/solving-a-transport-problem-coursework-
coursework learning-by-doing northwest-angle-method operations-research-methods react transport-problem
Last synced: about 1 month ago
JSON representation
A small web application for solving an open transportation problem
- Host: GitHub
- URL: https://github.com/egorkoctuchenko/solving-a-transport-problem-coursework-
- Owner: EgorKoctuchenko
- Created: 2024-09-27T07:59:26.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-27T12:06:25.000Z (over 1 year ago)
- Last Synced: 2025-03-29T04:20:03.735Z (about 1 year ago)
- Topics: coursework, learning-by-doing, northwest-angle-method, operations-research-methods, react, transport-problem
- Language: JavaScript
- Homepage:
- Size: 53.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Solving an open transport problem / Розв’язання відкритої транспортної задачі
[🇺🇸 English](#english-version) | [🇺🇦 Українська](#українська-версія)
---
## English Version
This is a small web application that finds the initial condition in an open and closed-loop transportation problem using the Northwest Angle method.
### Main functions
- Ability to specify the amount of stocks and needs.
- Specifying the values of “Inventory”, “Demand” and “Distance between points”.
- Ability to build a new matrix.
### Known issues
- It is possible to get the initial plan, not the optimized one.
- There may be bugs that I have not noticed.
---
## Українська версія
Це невеликий вед-додаток що знаходить початкову умову в транспортій задачі відкритого та закритого типу методом північно-західного кута.
### Основні функції
- Можливість вказувати кількість запасів та потреб.
- Вказування значень "Запасів", "Потреб" та "Відстань між пунктами".
- Можливість побудувати нову матрицю.
### Відомі проблеми
- Є можливість отримання початкового плану, а не оптимізованого.
- Можливо, присутні баги що не були помічені мною.