Skip to content

Commit

Permalink
Add Job Shop Lib logo in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Pabloo22 committed Feb 27, 2024
1 parent 076fb01 commit 2430904
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,14 @@
[![Black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)

<div style="text-align: center;">
<img src="job_shop_lib_logo.png" alt="Job Shop Lib" width="200" class="center-image">
</div>


A framework to model and solve the Job Shop Scheduling Problem with a special focus on graph representations.

## Usage
## Example
```python
import matplotlib.pyplot as plt

Expand Down
Binary file added job_shop_lib_logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added logo_with_transparent_background.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 2430904

Please sign in to comment.