From 247609211f8627f5c82818ab01d885977d6972e2 Mon Sep 17 00:00:00 2001 From: Cassio Batista Date: Sun, 8 Nov 2020 11:43:29 -0300 Subject: [PATCH] [doc] add random fit to list of wa algorithms --- README.md | 1 + setup.py | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 696e954..8e673ee 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/setup.py b/setup.py index e7300fa..9450373 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ setuptools.setup( name='rwa_wdm', - version='0.2.2', + version='0.2.3', license='GPL', author='Cassio Batista', author_email='cassiotb@ufpa.br',