Metadata-Version: 2.1
Name: vror
Version: 0.1.2
Summary: A package for solving various optimization problems. Developed by Ramanujan Computing Centre, Anna University.
Home-page: https://github.com/ragu8/vror
Author: Ragu and Team
Author-email: https.ragu@gmail.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: networkx
Requires-Dist: matplotlib
Requires-Dist: pandas
Requires-Dist: numpy
Requires-Dist: scipy

# VROR: Optimization Problems Solver

**VROR** is a Python package designed for solving various optimization problems. Developed by Ramanujan Computing Centre, Anna University, this package includes modules for Critical Path Method (CPM), Graphical Method, Simplex Method, Transportation Problems, and Assignment Problems.

## Installation

You can install the package using pip:

```bash
pip install vror
# VROR: Optimization Problems Solver

**VROR** is a Python package designed for solving various optimization problems. Developed by Ramanujan Computing Centre, Anna University, this package includes modules for Critical Path Method (CPM), Graphical Method, Simplex Method, Transportation Problems, and Assignment Problems.

## Installation

You can install the package using pip:

```bash
pip install vror
```
