An open API service indexing awesome lists of open source software.

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

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.

---

## Українська версія

Це невеликий вед-додаток що знаходить початкову умову в транспортій задачі відкритого та закритого типу методом північно-західного кута.

### Основні функції

- Можливість вказувати кількість запасів та потреб.
- Вказування значень "Запасів", "Потреб" та "Відстань між пунктами".
- Можливість побудувати нову матрицю.

### Відомі проблеми

- Є можливість отримання початкового плану, а не оптимізованого.
- Можливо, присутні баги що не були помічені мною.