Learn R Programming

IBFS (version 1.0.0)

Initial Basic Feasible Solution for Transportation Problem

Description

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. . . . .

Copy Link

Version

Install

install.packages('IBFS')

Monthly Downloads

203

Version

1.0.0

License

GPL-2

Maintainer

Royson Almeida

Last Published

January 9th, 2023

Functions in IBFS (1.0.0)

LCM

Least Cost Method
NWCM

North-West Corner Method
CMM

Column Minimum Method
VAM

Vogel's Approximation Method
RMM

Row Minimum Method