Skip to content

georgesittas/jobshop-scheduling

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Job-Shop Scheduling

The job-shop scheduling problem is explained here. The heuristic function used in this solver is the maximum possible deadline for which the jobs can be scheduled; that is, we're trying to schedule the jobs in a way that minimizes the last job's ending time.

The implementation utilizes the ECLiPSe Prolog libraries ic and branch_and_bound.

About

Optimal ECLiPSe Prolog job-shop scheduling solver

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published