Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
rishi1999 authored Jul 23, 2023
1 parent 44a7c72 commit e2c6ac7
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1 +1,24 @@
# Online Maximum Independent Set of Hyperrectangles

Companion repo for "Online Maximum Independent Set of Hyperrectangles" paper.

Includes code to compute upper bounds on the competitive ratio of the "greedy with probability $p$" algorithm for fixed $n$ under the oblivious adversary model.

## Installation
- Clone the repo
- Create a virtual environment using e.g., venv or Conda
- Install any missing packages using e.g., pip or Conda
- only essential external package is NumPy

## Usage
- Run `OMISH.ipynb` using Jupyter Notebook or JupyterLab

## Authors

* **[Rishi Advani](https://rishi-advani.com/)**
* **[Abolfazl Asudeh](https://www.cs.uic.edu/~asudeh/)**

## License
This project is licensed under the MIT License — see the [LICENSE](LICENSE) file for details.

<p align="center"><img width="20%" src="https://www.cs.uic.edu/~indexlab/imgs/InDeXLab2.gif"></p>

0 comments on commit e2c6ac7

Please sign in to comment.