{"id":20092055,"url":"https://github.com/maxkratz/flowshop-scheduling","last_synced_at":"2025-10-11T23:03:16.114Z","repository":{"id":143531531,"uuid":"94004065","full_name":"maxkratz/flowshop-scheduling","owner":"maxkratz","description":"Eclipse project for solving a flowshop-scheduling problem with the algorithm of Nawaz, Enscore and Ham (NEH algorithm)","archived":false,"fork":false,"pushed_at":"2017-11-13T15:54:41.000Z","size":26,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-02T15:52:28.395Z","etag":null,"topics":["algorithm","flowshop","flowshop-problem","flowshop-scheduling","java"],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/maxkratz.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-06-11T12:49:51.000Z","updated_at":"2022-01-22T12:55:46.000Z","dependencies_parsed_at":"2023-03-27T14:25:20.144Z","dependency_job_id":null,"html_url":"https://github.com/maxkratz/flowshop-scheduling","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/maxkratz/flowshop-scheduling","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maxkratz%2Fflowshop-scheduling","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maxkratz%2Fflowshop-scheduling/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maxkratz%2Fflowshop-scheduling/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maxkratz%2Fflowshop-scheduling/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/maxkratz","download_url":"https://codeload.github.com/maxkratz/flowshop-scheduling/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maxkratz%2Fflowshop-scheduling/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279009263,"owners_count":26084570,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-11T02:00:06.511Z","response_time":55,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["algorithm","flowshop","flowshop-problem","flowshop-scheduling","java"],"created_at":"2024-11-13T16:35:40.841Z","updated_at":"2025-10-11T23:03:16.072Z","avatar_url":"https://github.com/maxkratz.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Flowshop-Scheduling\n\nJava-project for solving a flowshop-scheduling problem (FSP) based on the algorithm of Nawaz, Enscore and Ham (NEH). Click here to learn more about this algorithm: [NEH algorithm](http://mams.rmit.edu.au/b5oatq61pmjl.pdf)\n\n## Features\n- Written in Java using eclipse as IDE\n- Easy to use with integer values\n\n## Installation\n- Clone the repository to your local workspace and import the project with eclipse\n- No other libs or packages required\n\n## How to run\n- See example in [Main.java](https://github.com/maxkratz/flowshop-scheduling/blob/master/flowshop-scheduling/src/Main.java)\n\t- Create an object of [NEH.java](https://github.com/maxkratz/flowshop-scheduling/blob/master/flowshop-scheduling/src/NEH.java)\n\t- Create an (empty) arraylist of int-arrays\n\t- Create an int-array (containing the information of each runtime) for each job or read the job-times from a textdocument\n\t- Add the job-arrays to the arraylist\n\t- run the **calculateNEHOrder(joblist)** method to calculate the Order of the NEH algorithm\n\t- run the **calculateNTotalMakespan(results)** method to calculate the total makespan of the joblist\n- There is a folder with the java doc :-)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmaxkratz%2Fflowshop-scheduling","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmaxkratz%2Fflowshop-scheduling","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmaxkratz%2Fflowshop-scheduling/lists"}