Skip to content

Commit

Permalink
fix: Fixes to README, remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
Agrover112 committed Sep 29, 2021
1 parent 868a829 commit fecfdd0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
@@ -1,7 +1,7 @@
# Fliscopt


FLight SCheduling OPTimization(fliscopt) is an simple optimization library for flight scheduling and related problems in the discrete domain.The library supports plotting,asynchronous multiprocessing and unimodal optimization benchmarks.
FLight SCheduling OPTimization or *fliscopt* is an simple optimization library for flight scheduling and related problems in the discrete domain.The library supports plotting,asynchronous multiprocessing and unimodal optimization benchmarks.
The following repository contains code for the paper "XYZ" . The experiments were performed in **PyPy3.7** and **CPython 3.8.10.**

Following algorithms have been implemented and test as of date:
Expand All @@ -21,7 +21,7 @@ Following algorithms have been implemented and test as of date:

Install the library using pip:
```
pip install flicsopt
pip install fliscopt
```

## For PyPy users
Expand Down
2 changes: 1 addition & 1 deletion fliscopt/chaining.py
@@ -1,6 +1,6 @@
import sys
import os
from typing import final
#from typing import final
sys.path.append(os.getcwd())
import time

Expand Down

0 comments on commit fecfdd0

Please sign in to comment.