Thanks to visit codestin.com
Credit goes to github.com

Skip to content

satoutahhaithem/Scheduling_Problem_JFPC

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

Scheduling Problem for Roadef

This repository contains a Python program designed for scheduling sessions for the ROADEF 2024 conference. The program encodes the problem into Maximum Satisfiability (Max-SAT) , which can be then solved through dedicated solvers to efficiently allocate sessions while minimising working-group conflicts.

Install Required Packages

Before running the program, ensure you have Python 3 and pip installed on your system and install the NumPy and PySAT packages:

pip install numpy
pip install python-sat[pblib,aiger]

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages