Skip to content

Maximum Bandwidth Path problem is an important network optimization problem. The project compares the performance of different algorithms that solve the problem when applied to different types of networks.

Notifications You must be signed in to change notification settings

abhi-verma/Maximum-Bandwidth-Path-Graph-Algorithm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Maximum-Bandwidth-Path-Graph-Algorithm

Installation

Mac OS X: A version of Python is already installed.
Windows: You will need to install one of the 3.x versions available at python.org.

Usage Information

  1. Download the ZIP package and unzip it.
  2. Run the file: main.py by executing the following command: python main.py
    • Most of the scripts will run by simply typing 'python' followed by the file name of the script, e.g. python main.py.
    • If the script is in a different directory from which you are trying to run it, you will need to provide the full path to the script’s file, e.g. python /Users/myself/foldername/main.py.

Output

The program outputs results in the following format:

graph table

About

Maximum Bandwidth Path problem is an important network optimization problem. The project compares the performance of different algorithms that solve the problem when applied to different types of networks.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages