Skip to content

Commit

Permalink
[doc] add random fit to list of wa algorithms
Browse files Browse the repository at this point in the history
  • Loading branch information
cassiotbatista committed Nov 8, 2020
1 parent 01ccd29 commit 2476092
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ The following algorithms are implemented:
- Yen's algorithm (also known as K-shortest path algorithm)
- Wavelength Assignment
- First-fit algorithm
- Random-fit algorithm
- Vertex coloring algorithm
- RWA as one
- General Objective Function
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

setuptools.setup(
name='rwa_wdm',
version='0.2.2',
version='0.2.3',
license='GPL',
author='Cassio Batista',
author_email='[email protected]',
Expand Down

0 comments on commit 2476092

Please sign in to comment.