Skip to content

LDWNS/job_shop_scheduling

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Getting Started with this React app

Installation

Open your terminal in the project root

Execute:
npm install
then to start the app:
npm start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

The page will reload if you make edits.
You will also see any lint errors in the console.

What does this app do?

The main table randomly generates values (=process times) for the jobs
on each machine.

The Buttons allow you to add/subtract jobs.
(The machine buttons are in place, but don't work yet)

The './srs/logic/index.js' file automatically computes the
most efficient sequence for the job times seen in the main table.
This most efficient sequence is calculated using Johnson's Rule
for the Flow Shop Problem.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published