ml-lib / CodeLib

Code library for common machine learning algorithms
BSD 3-Clause "New" or "Revised" License
2 stars 1 forks source link

[Feature]: Transportation problem #7

Closed bdiptesh closed 2 years ago

bdiptesh commented 2 years ago

Is your feature request related to a problem? Please describe.

Transportation problem.

Describe the solution you'd like

Transportation problem using integer programming.

Expected input(s)

df: pandas.DataFrame
method: Union[str]
param: Dict

Expected output(s)

solve

Additional context

No response

Acceptance criteria

Version

v0.4.0