Package: IBFS 1.0.0
Royson Almeida
IBFS: Initial Basic Feasible Solution for Transportation Problem
The initial basic feasible solution (IBFS) is a significant step to achieve the minimal total cost (optimal solution) of the transportation problem. However, the existing methods of IBFS do not always provide a good feasible solution which can reduce the number of iterations to find the optimal solution. This initial basic feasible solution can be obtained by using any of the following methods. a) North West Corner Method. b) Least Cost Method. c) Row Minimum Method. d) Column Minimum Method. e) Vogel's Approximation Method. etc. For more technical details about the algorithms please refer below URLs. <https://theintactone.com/2018/05/24/ds-u2-topic-8-transportation-problems-initial-basic-feasible-solution/>. <https://www.brainkart.com/article/Methods-of-finding-initial-Basic-Feasible-Solutions_39037/>. <https://myhomeworkhelp.com/row-minima-method/>. <https://myhomeworkhelp.com/column-minima-method/>.
Authors:
IBFS_1.0.0.tar.gz
IBFS_1.0.0.tar.gz(r-4.5-noble)IBFS_1.0.0.tar.gz(r-4.4-noble)
IBFS_1.0.0.tgz(r-4.4-emscripten)IBFS_1.0.0.tgz(r-4.3-emscripten)
IBFS.pdf |IBFS.html✨
IBFS/json (API)
# Install 'IBFS' in R: |
install.packages('IBFS', repos = c('https://cran.r-universe.dev', 'https://cloud.r-project.org')) |
This package does not link to any Github/Gitlab/R-forge repository. No issue tracker or development information is available.
Last updated 2 years agofrom:6904d2598d. Checks:OK: 2. Indexed: yes.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Nov 01 2024 |
R-4.5-linux | OK | Nov 01 2024 |
Dependencies:
Readme and manuals
Help Manual
Help page | Topics |
---|---|
Column Minimum Method | CMM |
Least Cost Method | LCM |
North-West Corner Method | NWCM |
Row Minimum Method | RMM |
Vogel's Approximation Method | VAM |