Skip to content

andreimr/llm_jssp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

llm_jssp

LLM-based solver of the Job Shop Scheduling Problem

Installation

Requires python3.8+

To install with pip, run:

pip install git+https://github.com/andreimr/llm_jssp

Usage

llm_jssp --help

Tests

git clone 'https://github.com/andreimr/llm_jssp'
cd ./llm_jssp
pip install '.[testing]'
pytest
flake8 ./llm_jssp
mypy ./llm_jssp

About

LLM-based Job Shop Scheduling Problem Solver

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages