SlideShare a Scribd company logo
International Journal of Engineering and Management Research e-ISSN: 2250-0758 | p-ISSN: 2394-6962
Volume-11, Issue-1 (February 2021)
www.ijemr.net https://doi.org/10.31033/ijemr.11.1.31
228 This Work is under Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International License.
Makespan Minimization in Job Shop Scheduling
K. Sathya Sundari
Part time category-B Research Scholar, Research & Development Centre, Bharathiar University, Coimbatore, Tamil Nadu,
INDIA
Corresponding Author: selvisathika@gmail.com
ABSTRACT
In industries, the completion time of job problems
in the manufacturing unit has risen significantly. In several
types of current study, the job's completion time, or
makespan, is reduced by taking straight paths, which is
time-consuming. In this paper, we used an Improved Ant
Colony Optimization and Tabu Search (ACOTS) algorithm
to solve this problem by precisely defining the fault
occurrence location in order to rollback. We have used a
short-term memory-based rollback recovery strategy to
minimise the job's completion time by rolling back to its
own short-term memory. The recent movements in Tabu
quest are visited using short term memory. As compared to
the ACO algorithm, our proposed ACOTS-Cmax solution
is more efficient and takes less time to complete.
Keywords-- Makespan, Minimization, Job Shop,
Scheduling
I. INTRODUCTION
The job shop scheduling problem (JSSP) is
defined as the jobs assigned to some resources at a
particular time. Each job consists of some specific
operations. Using that operation, jobs are scheduled for
the resources.
The job shop problem is considered to be NP-
Hard because each job may or may not be processed on
all machines and also the time of processing of each job
is different in a different machine. It is one of the most
complex problems and optimum scheduling is also hard
to calculate.
According to JSSP, the jobs are unable to
complete on time. The industry should provide good
service to consumers with on-time delivery of products.
Good production scheduling is needed to make on-time
delivery of products to the consumers. So makespan is
not optimal. This work addresses the makespan problem
which is defined as the maximum completion time of all
jobs that are minimized in this work.
II. ANT COLONY OPTIMIZATION
Ant Colony Optimization Algorithm (ACO) is
used to solve complex problems thatare used to identify
the problems with the shortest path. In general, Ants
couldn’t see a food source, so ants are collecting the
routes around their nest as well as producing the
pheromone chemical which is used to communicate
between the ants. The objective of this work is to follow
the ant colony optimization rules and execute a job in the
shortest possible time.
III. TABU SEARCH WITH JOB SHOP
SCHEDULING
Tabu is one of the heuristic search methods
used for an improved solution. Tabu list consists of two
types of memory, they are Long-term memory and
Short-term memory. Long-term memory is used to
maintain the history of all processes in tabu search.
Short-term memory is used to keep the recently visited
tabu movements. In this work, short-term memory of the
tabu list is used for better results. Rollback is one of the
recovery technique which is used to avoid the restart the
process from the beginning of the whole application in
the conventional system due to the occurrence of failure.
Fucai et al (2018) investigated the blocking Flow shop
scheduling problem with both makespan and energy
consumption criteria. First, the multi-objective model of
blocking Flow shop scheduling is formulated in
consideration of machine energy consumed in blocking
and idle time. Then, a multi-objective parallel variable
neighborhood search (MPVNS) algorithm is proposed to
solve this problem. An improved Nawaz- Enscore-Ham-
based heuristic is developed to generate initial solutions,
and a variable neighborhood search is designed to
explore these solutions in parallel.
Jun et al (2018) investigated a Hybrid Pareto-
based tabu search algorithm (HPTSA) to minimize four
objectives simultaneously, i.e., the makespan, the
maximal workload, the total workload, and the
earliness/tardiness (E/T) criteria. In the proposed
algorithm, several approaches considering both the
problem characteristics and the objective features are
used to initialize the group of solutions. Then, five types
of neighborhood structures that consider both problem
structures are developed to enhance the exploitation and
exploration capabilities. Also, a well-designed backward
method is proposed to optimize the E/T criteria.
Parviz et al (2018) proposed a cyclic algorithm
based on a tabu search algorithm to improve the
exploration and exploitation powers of these encodings.
This algorithm had good features of the two
representations and improved the exploration and
exploitation of the algorithm by sequential transforming
from each solution seed to the other. Also, a cyclic
manner was applied in a tabu search algorithm.
International Journal of Engineering and Management Research e-ISSN: 2250-0758 | p-ISSN: 2394-6962
Volume-11, Issue-1 (February 2021)
www.ijemr.net https://doi.org/10.31033/ijemr.11.1.31
229 This Work is under Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International License.
Numerical experiments confirmed the effectiveness of
this algorithm. This work has, some reformations in the
neighboring rule and tabu length were applied to
improve the obtained solutions of the tabu search
algorithm.
Mageed et al (2015) solved the two-stage no-
wait flexible flow shop scheduling problem (NWFFSSP)
using two meta-heuristics, which are Tabu Search (TS)
and Particle Swarm Optimization (PSO). They solved
the NWFFSSP with minimum makespan as a
performance measure. The flexible flow-shop scheduling
problem (FFSSP) is an important branch of production
scheduling, the flexible flow shop is a combination of
two well-known machine environments, which are flow
shops and parallel machines, and it is well known that
this problem is NP-hard.
Safia et al (2010) addressed the one machine
scheduling problem in which n jobs have distinct due
dates with earliness and tardiness costs. Fast
neighborhoods are proposed for the problem. They are
based on a block representation of the schedule and can
be computed in o (n2
). A timing operator is presented as
well as swap and extracts and reinsert neighborhoods.
They are used in iterated local search framework.
Miguel et al (2013) defined a new local search
neighborhood structure, which is then incorporated into
the proposed tabu search algorithm. To tackle the job
shop scheduling problem with sequence-dependent setup
times and maximum lateness minimization using a tabu
search algorithm.6 Conclusions and Future Work
Proposed method TS–NSL, to solve the SDST-JSP with
maximum lateness minimization.
The problem of job shop is handled with the
help of heuristic algorithms. The improved ant colony
optimization algorithm is proposed for reducing the
makespan (ACOCmax) based on short-term memory and
rollback technique.
In the first technique, the major problem of job
shop scheduling is handled which is raised before the job
is completed because when the job crashed between
processing time and completion time. In general, if
anyone's job is crashed, again the process can be started
from the beginning. So, the completion of job time is
high. To overcome this problem, addressed the rollback
technique to avoid the process is restarted from the
beginning and also used the STM memory structure to
store the recent job.
The efficiency of the proposed work ACOCmax
is compared to ACO with Fault Tolerance (ACOwFT).
In comparison analysis, proposed work ACOCmax
achieves less completion time than ACOwFT.
The scheduling of n jobs are assigned to m
machines which are possible to deal with many
dispatching rules such as shortest processing time (SPT),
longest processing time (LPT), first come first serve
(FCFS), and last come first serve (LCFS), etc. But these
rules are hard to deal single machine problems with n
jobs as it has a low performance.
In a single machine, the processing times of the
jobs are simultaneously determined by a decreasing
function of their corresponding scheduled position. The
jobs are hard to process in a single machine because the
lowest number of capabilities are only available in a
single machine.
IV. REDUCE THE MAKESPAN
In the first technique, the process cannot starts
from the beginning. Because the recent jobs are fetched
from the STM using rollback technique and also the
completion time of the job is reduced. But this work
couldn’t perform multiple jobs on a single machine.
Because jobs are not flexible to work in a single
machine. It contains one STM and has minimum space.
So, it couldn’t handle the multiple loads of jobs and also
couldn’t visit the recent jobs.
The novelty of this work, address the single
machine problems with the help of Bee-colony
optimization based on parameter condition. BCO is to
create a multi-agent system (a colony of artificial bee)
capable to solve different combinatorial optimization
problems which are described by Hemant and Rohit
(2012).
The second technique is an Integrated STM
scheduling Replacement Algorithm (ISSRA) to reduce
STM pollution. STM is one of the memory structures of
tabu search and it visited only a recent past.
In existing, the cache pollution is reduced
which is solved by (Kavita et al) using Integrated Cache
Scheduling Replacement Algorithm. This work using
this algorithm for novelty. The Bee-colony optimization
algorithm has been used for the efficiency of this work.
Kavita et al (2019) proposed the Integrated
STM Scheduling Replacement Algorithm consists of
three parameters. These parameters help us to reduce
cache pollution. That is job load & frequency, and
timestamp and size.
V. STM STORAGE AND SINGLE
MACHINE PROBLEMS
In the second technique, considered the three
parameters like Job load: the job contains how much
load, frequency: how many times the job is requested,
timestamp: latest time of requesting the jobs. These three
parameters help us to reduce the STM storage and the
process of jobs is sequentially run on STM without
interruption. The flexibility is done by ISSRA.
The efficiency of the second technique is
compared to other scheduling algorithms. In comparison
analysis, the ISSRA establishes to reduce the waiting
time during process, which is compared to other state-of-
the-art algorithms.
This work handles the two types of technique,
the first technique is used to reduce the makespan time in
job shop scheduling problem and executed the jobs with
International Journal of Engineering and Management Research e-ISSN: 2250-0758 | p-ISSN: 2394-6962
Volume-11, Issue-1 (February 2021)
www.ijemr.net https://doi.org/10.31033/ijemr.11.1.31
230 This Work is under Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International License.
minimum time. The second technique is used to reduce
the STM storage and solved single machine problems.
Both techniques have better functionalities when
compared to other techniques.
VI. CONCLUSION
This paper investigates how to minimise
makespan in job shop scheduling using short-term based
rollback recovery techniques in the Ant Colony
Algorithm (ACO). Use this method to find the makespan
in the shortest amount of time. This technique reduces
the makespan, throughput time, and turnaround time
factors. Finally, (ACO-Cmax) investigates efficient and
effective comparisons (ACOwFT)
REFERENCES
[1] C.L. Wang. G. Rong. W. Weng., & Y.P. Feng.
(2015). Mining scheduling knowledge for job shop
scheduling problem. In: IFAC (International Federation
of Automatic Control), pp. 800–805.
[2] Zengqiang Jiang, Le Zuo, & Mingcheng E. (2014).
Study on multi-objective flexible job-shop scheduling
problem considering energy consumption. Journal of
Industrial Engineering and Management, 7(3), 589-604.
[3] Farooq Ahmad & SherAfzal Khan. (2012). Module-
based architecture for a periodic job-shop scheduling
problem. Computers & Mathematics with Applications,
pp 1- 10.
[4] M. S. Al-Ashhab, Shadi Munshi, Mowffaq Oreijah,
Hamza & A. Ghulman. (2017). Job shop scheduling
using mixed integer programming. International
Journal of Modern Engineering Research, 7(3), 23-29..
[5] Habibeh Nazif. (2015). Solving job shop scheduling
problem using an ant colony algorithm. Journal of Asian
Scientific Research, 5(5), 261-268.
[6] Deepak Gupta & Sonia Goel. (2019). Two-stage flow
shop scheduling model including transportation time
with equipotential machines at every stage. International
Journal of Innovative Technology and Exploring
Engineering (IJITEE), 8(12), 5090-5094.
[7] Evgeny Gafarov & Frank Werner. (2019). Two-
machine job-shop scheduling with equal processing
times on each machine. Available at:
https://www.mdpi.com/2227-7390/7/3/301.
[8] Yi Sun, Chaoyong Zhang, Liang Gao, & Xiaojuan
Wang. (2011). Multi-objective optimization algorithms
for flow shop scheduling problem: A review and
prospects. Int J Adv Manuf Technol., 55, 723-739.
[9] Jian Zhang, Guofu Ding, YishengZou, Shengfeng
Qin, & Jianlin Fu. (2017). Review of job shop
scheduling research and its new perspectives under
Industry 4.0. Journal of Intelligent Manufacturing,
30(4), 1809-1830.
[10] Kavita Kalambe, Sunita Rawat, Nilesh Korde, &
Gaurav Kawade. (2019). Integrated cache scheduling
replacement algorithm to reduce cache pollution.
International Journal of Recent Technology and
Engineering (IJRTE), 8(2), 3471-3475.

More Related Content

What's hot

Bi criteria scheduling on parallel machines under fuzzy processing time
Bi criteria scheduling on parallel machines under fuzzy processing timeBi criteria scheduling on parallel machines under fuzzy processing time
Bi criteria scheduling on parallel machines under fuzzy processing time
boujazra
 
Bicriteria in n x 3 flow shop scheduling under specified rental policy
Bicriteria in n x 3 flow shop scheduling under specified rental policyBicriteria in n x 3 flow shop scheduling under specified rental policy
Bicriteria in n x 3 flow shop scheduling under specified rental policy
Alexander Decker
 
Improved ant colony optimization for quantum cost reduction
Improved ant colony optimization for quantum cost reductionImproved ant colony optimization for quantum cost reduction
Improved ant colony optimization for quantum cost reduction
journalBEEI
 
Solving Assembly Line Balancing Problem Using A Hybrid Genetic Algorithm With...
Solving Assembly Line Balancing Problem Using A Hybrid Genetic Algorithm With...Solving Assembly Line Balancing Problem Using A Hybrid Genetic Algorithm With...
Solving Assembly Line Balancing Problem Using A Hybrid Genetic Algorithm With...
inventionjournals
 
Introduction to optimization technique
Introduction to optimization techniqueIntroduction to optimization technique
Introduction to optimization technique
KAMINISINGH963
 
AN EFFICIENT HEURISTIC ALGORITHM FOR FLEXIBLE JOB SHOP SCHEDULING WITH MAINTE...
AN EFFICIENT HEURISTIC ALGORITHM FOR FLEXIBLE JOB SHOP SCHEDULING WITH MAINTE...AN EFFICIENT HEURISTIC ALGORITHM FOR FLEXIBLE JOB SHOP SCHEDULING WITH MAINTE...
AN EFFICIENT HEURISTIC ALGORITHM FOR FLEXIBLE JOB SHOP SCHEDULING WITH MAINTE...
mathsjournal
 
An efficient simulated annealing algorithm for a No-Wait Two Stage Flexible F...
An efficient simulated annealing algorithm for a No-Wait Two Stage Flexible F...An efficient simulated annealing algorithm for a No-Wait Two Stage Flexible F...
An efficient simulated annealing algorithm for a No-Wait Two Stage Flexible F...
ijait
 
Bicriteria in n x 3 flow shop scheduling under specified rental policy (2)
Bicriteria in n x 3 flow shop scheduling under specified rental policy (2)Bicriteria in n x 3 flow shop scheduling under specified rental policy (2)
Bicriteria in n x 3 flow shop scheduling under specified rental policy (2)
Alexander Decker
 
11.bicriteria in n x 0003www.iiste.org call for paper flow shop scheduling un...
11.bicriteria in n x 0003www.iiste.org call for paper flow shop scheduling un...11.bicriteria in n x 0003www.iiste.org call for paper flow shop scheduling un...
11.bicriteria in n x 0003www.iiste.org call for paper flow shop scheduling un...
Alexander Decker
 
Optimum designing of a transformer considering lay out constraints by penalty...
Optimum designing of a transformer considering lay out constraints by penalty...Optimum designing of a transformer considering lay out constraints by penalty...
Optimum designing of a transformer considering lay out constraints by penalty...
INFOGAIN PUBLICATION
 
Stability analysis and design of algorithmic tuned pid controller for bio rea...
Stability analysis and design of algorithmic tuned pid controller for bio rea...Stability analysis and design of algorithmic tuned pid controller for bio rea...
Stability analysis and design of algorithmic tuned pid controller for bio rea...
eSAT Journals
 
IMPROVED WORKLOAD BALANCING OF THE SCHEDULING JOBS WITH THE RELEASE DATES IN ...
IMPROVED WORKLOAD BALANCING OF THE SCHEDULING JOBS WITH THE RELEASE DATES IN ...IMPROVED WORKLOAD BALANCING OF THE SCHEDULING JOBS WITH THE RELEASE DATES IN ...
IMPROVED WORKLOAD BALANCING OF THE SCHEDULING JOBS WITH THE RELEASE DATES IN ...
IJCSEA Journal
 
Modified heuristic time deviation Technique for job sequencing and Computatio...
Modified heuristic time deviation Technique for job sequencing and Computatio...Modified heuristic time deviation Technique for job sequencing and Computatio...
Modified heuristic time deviation Technique for job sequencing and Computatio...
ijcsit
 
Kinematic control with singularity avoidance for teaching-playback robot mani...
Kinematic control with singularity avoidance for teaching-playback robot mani...Kinematic control with singularity avoidance for teaching-playback robot mani...
Kinematic control with singularity avoidance for teaching-playback robot mani...Baron Y.S. Yong
 
Performance Analysis of GA and PSO over Economic Load Dispatch Problem
Performance Analysis of GA and PSO over Economic Load Dispatch ProblemPerformance Analysis of GA and PSO over Economic Load Dispatch Problem
Performance Analysis of GA and PSO over Economic Load Dispatch Problem
IOSR Journals
 

What's hot (15)

Bi criteria scheduling on parallel machines under fuzzy processing time
Bi criteria scheduling on parallel machines under fuzzy processing timeBi criteria scheduling on parallel machines under fuzzy processing time
Bi criteria scheduling on parallel machines under fuzzy processing time
 
Bicriteria in n x 3 flow shop scheduling under specified rental policy
Bicriteria in n x 3 flow shop scheduling under specified rental policyBicriteria in n x 3 flow shop scheduling under specified rental policy
Bicriteria in n x 3 flow shop scheduling under specified rental policy
 
Improved ant colony optimization for quantum cost reduction
Improved ant colony optimization for quantum cost reductionImproved ant colony optimization for quantum cost reduction
Improved ant colony optimization for quantum cost reduction
 
Solving Assembly Line Balancing Problem Using A Hybrid Genetic Algorithm With...
Solving Assembly Line Balancing Problem Using A Hybrid Genetic Algorithm With...Solving Assembly Line Balancing Problem Using A Hybrid Genetic Algorithm With...
Solving Assembly Line Balancing Problem Using A Hybrid Genetic Algorithm With...
 
Introduction to optimization technique
Introduction to optimization techniqueIntroduction to optimization technique
Introduction to optimization technique
 
AN EFFICIENT HEURISTIC ALGORITHM FOR FLEXIBLE JOB SHOP SCHEDULING WITH MAINTE...
AN EFFICIENT HEURISTIC ALGORITHM FOR FLEXIBLE JOB SHOP SCHEDULING WITH MAINTE...AN EFFICIENT HEURISTIC ALGORITHM FOR FLEXIBLE JOB SHOP SCHEDULING WITH MAINTE...
AN EFFICIENT HEURISTIC ALGORITHM FOR FLEXIBLE JOB SHOP SCHEDULING WITH MAINTE...
 
An efficient simulated annealing algorithm for a No-Wait Two Stage Flexible F...
An efficient simulated annealing algorithm for a No-Wait Two Stage Flexible F...An efficient simulated annealing algorithm for a No-Wait Two Stage Flexible F...
An efficient simulated annealing algorithm for a No-Wait Two Stage Flexible F...
 
Bicriteria in n x 3 flow shop scheduling under specified rental policy (2)
Bicriteria in n x 3 flow shop scheduling under specified rental policy (2)Bicriteria in n x 3 flow shop scheduling under specified rental policy (2)
Bicriteria in n x 3 flow shop scheduling under specified rental policy (2)
 
11.bicriteria in n x 0003www.iiste.org call for paper flow shop scheduling un...
11.bicriteria in n x 0003www.iiste.org call for paper flow shop scheduling un...11.bicriteria in n x 0003www.iiste.org call for paper flow shop scheduling un...
11.bicriteria in n x 0003www.iiste.org call for paper flow shop scheduling un...
 
Optimum designing of a transformer considering lay out constraints by penalty...
Optimum designing of a transformer considering lay out constraints by penalty...Optimum designing of a transformer considering lay out constraints by penalty...
Optimum designing of a transformer considering lay out constraints by penalty...
 
Stability analysis and design of algorithmic tuned pid controller for bio rea...
Stability analysis and design of algorithmic tuned pid controller for bio rea...Stability analysis and design of algorithmic tuned pid controller for bio rea...
Stability analysis and design of algorithmic tuned pid controller for bio rea...
 
IMPROVED WORKLOAD BALANCING OF THE SCHEDULING JOBS WITH THE RELEASE DATES IN ...
IMPROVED WORKLOAD BALANCING OF THE SCHEDULING JOBS WITH THE RELEASE DATES IN ...IMPROVED WORKLOAD BALANCING OF THE SCHEDULING JOBS WITH THE RELEASE DATES IN ...
IMPROVED WORKLOAD BALANCING OF THE SCHEDULING JOBS WITH THE RELEASE DATES IN ...
 
Modified heuristic time deviation Technique for job sequencing and Computatio...
Modified heuristic time deviation Technique for job sequencing and Computatio...Modified heuristic time deviation Technique for job sequencing and Computatio...
Modified heuristic time deviation Technique for job sequencing and Computatio...
 
Kinematic control with singularity avoidance for teaching-playback robot mani...
Kinematic control with singularity avoidance for teaching-playback robot mani...Kinematic control with singularity avoidance for teaching-playback robot mani...
Kinematic control with singularity avoidance for teaching-playback robot mani...
 
Performance Analysis of GA and PSO over Economic Load Dispatch Problem
Performance Analysis of GA and PSO over Economic Load Dispatch ProblemPerformance Analysis of GA and PSO over Economic Load Dispatch Problem
Performance Analysis of GA and PSO over Economic Load Dispatch Problem
 

Similar to Makespan Minimization in Job Shop Scheduling

Ijmet 09 11_009
Ijmet 09 11_009Ijmet 09 11_009
Ijmet 09 11_009
IAEME Publication
 
2015 job shop-scheduling uain heurstic bottle neck shift
2015 job shop-scheduling uain heurstic bottle neck shift2015 job shop-scheduling uain heurstic bottle neck shift
2015 job shop-scheduling uain heurstic bottle neck shift
Kassu Jilcha (PhD)
 
Job shop-scheduling uain heurstic bottle neck shift
Job shop-scheduling uain heurstic bottle neck shiftJob shop-scheduling uain heurstic bottle neck shift
Job shop-scheduling uain heurstic bottle neck shiftKassu Jilcha (PhD)
 
2015 job shop-scheduling uain heurstic bottle neck shift
2015 job shop-scheduling uain heurstic bottle neck shift2015 job shop-scheduling uain heurstic bottle neck shift
2015 job shop-scheduling uain heurstic bottle neck shift
Kassu Jilcha (PhD)
 
2015 job shop-scheduling uain heurstic bottle neck shift
2015 job shop-scheduling uain heurstic bottle neck shift2015 job shop-scheduling uain heurstic bottle neck shift
2015 job shop-scheduling uain heurstic bottle neck shift
Kassu Jilcha (PhD)
 
F012113746
F012113746F012113746
F012113746
IOSR Journals
 
Manager’s Preferences Modeling within Multi-Criteria Flowshop Scheduling Prob...
Manager’s Preferences Modeling within Multi-Criteria Flowshop Scheduling Prob...Manager’s Preferences Modeling within Multi-Criteria Flowshop Scheduling Prob...
Manager’s Preferences Modeling within Multi-Criteria Flowshop Scheduling Prob...
Waqas Tariq
 
G04502040047
G04502040047G04502040047
G04502040047
ijceronline
 
Comparative Analysis of Metaheuristic Approaches for Makespan Minimization fo...
Comparative Analysis of Metaheuristic Approaches for Makespan Minimization fo...Comparative Analysis of Metaheuristic Approaches for Makespan Minimization fo...
Comparative Analysis of Metaheuristic Approaches for Makespan Minimization fo...
IJECEIAES
 
IMPROVED MUSIC BASED HARMONY SEARCH (IMBHS) FOR SOLVING JOB SHOP SCHEDULING P...
IMPROVED MUSIC BASED HARMONY SEARCH (IMBHS) FOR SOLVING JOB SHOP SCHEDULING P...IMPROVED MUSIC BASED HARMONY SEARCH (IMBHS) FOR SOLVING JOB SHOP SCHEDULING P...
IMPROVED MUSIC BASED HARMONY SEARCH (IMBHS) FOR SOLVING JOB SHOP SCHEDULING P...
ijpla
 
Master thesis report
Master thesis reportMaster thesis report
Master thesis report
Siddhartha Verma
 
Improved Max-Min Scheduling Algorithm
Improved Max-Min Scheduling AlgorithmImproved Max-Min Scheduling Algorithm
Improved Max-Min Scheduling Algorithm
iosrjce
 
G017314249
G017314249G017314249
G017314249
IOSR Journals
 
A Hybrid Evolutionary Optimization Model for Solving Job Shop Scheduling Prob...
A Hybrid Evolutionary Optimization Model for Solving Job Shop Scheduling Prob...A Hybrid Evolutionary Optimization Model for Solving Job Shop Scheduling Prob...
A Hybrid Evolutionary Optimization Model for Solving Job Shop Scheduling Prob...
iosrjce
 
C017611624
C017611624C017611624
C017611624
IOSR Journals
 
Novel Heuristics for no-Wait Two Stage Multiprocessor Flow Shop with Probable...
Novel Heuristics for no-Wait Two Stage Multiprocessor Flow Shop with Probable...Novel Heuristics for no-Wait Two Stage Multiprocessor Flow Shop with Probable...
Novel Heuristics for no-Wait Two Stage Multiprocessor Flow Shop with Probable...
IRJET Journal
 
An efficient simulated annealing algorithm for a No-Wait Two Stage Flexible F...
An efficient simulated annealing algorithm for a No-Wait Two Stage Flexible F...An efficient simulated annealing algorithm for a No-Wait Two Stage Flexible F...
An efficient simulated annealing algorithm for a No-Wait Two Stage Flexible F...
ijait
 
Presenting an Algorithm for Tasks Scheduling in Grid Environment along with I...
Presenting an Algorithm for Tasks Scheduling in Grid Environment along with I...Presenting an Algorithm for Tasks Scheduling in Grid Environment along with I...
Presenting an Algorithm for Tasks Scheduling in Grid Environment along with I...
Editor IJCATR
 
An Efficient Heuristic Algorithm for Flexible Job Shop Scheduling with Mainte...
An Efficient Heuristic Algorithm for Flexible Job Shop Scheduling with Mainte...An Efficient Heuristic Algorithm for Flexible Job Shop Scheduling with Mainte...
An Efficient Heuristic Algorithm for Flexible Job Shop Scheduling with Mainte...
mathsjournal
 
Solving Multi-level, Multi-product and Multi-period Lot Sizing and Scheduling...
Solving Multi-level, Multi-product and Multi-period Lot Sizing and Scheduling...Solving Multi-level, Multi-product and Multi-period Lot Sizing and Scheduling...
Solving Multi-level, Multi-product and Multi-period Lot Sizing and Scheduling...
Editor IJCATR
 

Similar to Makespan Minimization in Job Shop Scheduling (20)

Ijmet 09 11_009
Ijmet 09 11_009Ijmet 09 11_009
Ijmet 09 11_009
 
2015 job shop-scheduling uain heurstic bottle neck shift
2015 job shop-scheduling uain heurstic bottle neck shift2015 job shop-scheduling uain heurstic bottle neck shift
2015 job shop-scheduling uain heurstic bottle neck shift
 
Job shop-scheduling uain heurstic bottle neck shift
Job shop-scheduling uain heurstic bottle neck shiftJob shop-scheduling uain heurstic bottle neck shift
Job shop-scheduling uain heurstic bottle neck shift
 
2015 job shop-scheduling uain heurstic bottle neck shift
2015 job shop-scheduling uain heurstic bottle neck shift2015 job shop-scheduling uain heurstic bottle neck shift
2015 job shop-scheduling uain heurstic bottle neck shift
 
2015 job shop-scheduling uain heurstic bottle neck shift
2015 job shop-scheduling uain heurstic bottle neck shift2015 job shop-scheduling uain heurstic bottle neck shift
2015 job shop-scheduling uain heurstic bottle neck shift
 
F012113746
F012113746F012113746
F012113746
 
Manager’s Preferences Modeling within Multi-Criteria Flowshop Scheduling Prob...
Manager’s Preferences Modeling within Multi-Criteria Flowshop Scheduling Prob...Manager’s Preferences Modeling within Multi-Criteria Flowshop Scheduling Prob...
Manager’s Preferences Modeling within Multi-Criteria Flowshop Scheduling Prob...
 
G04502040047
G04502040047G04502040047
G04502040047
 
Comparative Analysis of Metaheuristic Approaches for Makespan Minimization fo...
Comparative Analysis of Metaheuristic Approaches for Makespan Minimization fo...Comparative Analysis of Metaheuristic Approaches for Makespan Minimization fo...
Comparative Analysis of Metaheuristic Approaches for Makespan Minimization fo...
 
IMPROVED MUSIC BASED HARMONY SEARCH (IMBHS) FOR SOLVING JOB SHOP SCHEDULING P...
IMPROVED MUSIC BASED HARMONY SEARCH (IMBHS) FOR SOLVING JOB SHOP SCHEDULING P...IMPROVED MUSIC BASED HARMONY SEARCH (IMBHS) FOR SOLVING JOB SHOP SCHEDULING P...
IMPROVED MUSIC BASED HARMONY SEARCH (IMBHS) FOR SOLVING JOB SHOP SCHEDULING P...
 
Master thesis report
Master thesis reportMaster thesis report
Master thesis report
 
Improved Max-Min Scheduling Algorithm
Improved Max-Min Scheduling AlgorithmImproved Max-Min Scheduling Algorithm
Improved Max-Min Scheduling Algorithm
 
G017314249
G017314249G017314249
G017314249
 
A Hybrid Evolutionary Optimization Model for Solving Job Shop Scheduling Prob...
A Hybrid Evolutionary Optimization Model for Solving Job Shop Scheduling Prob...A Hybrid Evolutionary Optimization Model for Solving Job Shop Scheduling Prob...
A Hybrid Evolutionary Optimization Model for Solving Job Shop Scheduling Prob...
 
C017611624
C017611624C017611624
C017611624
 
Novel Heuristics for no-Wait Two Stage Multiprocessor Flow Shop with Probable...
Novel Heuristics for no-Wait Two Stage Multiprocessor Flow Shop with Probable...Novel Heuristics for no-Wait Two Stage Multiprocessor Flow Shop with Probable...
Novel Heuristics for no-Wait Two Stage Multiprocessor Flow Shop with Probable...
 
An efficient simulated annealing algorithm for a No-Wait Two Stage Flexible F...
An efficient simulated annealing algorithm for a No-Wait Two Stage Flexible F...An efficient simulated annealing algorithm for a No-Wait Two Stage Flexible F...
An efficient simulated annealing algorithm for a No-Wait Two Stage Flexible F...
 
Presenting an Algorithm for Tasks Scheduling in Grid Environment along with I...
Presenting an Algorithm for Tasks Scheduling in Grid Environment along with I...Presenting an Algorithm for Tasks Scheduling in Grid Environment along with I...
Presenting an Algorithm for Tasks Scheduling in Grid Environment along with I...
 
An Efficient Heuristic Algorithm for Flexible Job Shop Scheduling with Mainte...
An Efficient Heuristic Algorithm for Flexible Job Shop Scheduling with Mainte...An Efficient Heuristic Algorithm for Flexible Job Shop Scheduling with Mainte...
An Efficient Heuristic Algorithm for Flexible Job Shop Scheduling with Mainte...
 
Solving Multi-level, Multi-product and Multi-period Lot Sizing and Scheduling...
Solving Multi-level, Multi-product and Multi-period Lot Sizing and Scheduling...Solving Multi-level, Multi-product and Multi-period Lot Sizing and Scheduling...
Solving Multi-level, Multi-product and Multi-period Lot Sizing and Scheduling...
 

More from Dr. Amarjeet Singh

Total Ionization Cross Sections due to Electron Impact of Ammonia from Thresh...
Total Ionization Cross Sections due to Electron Impact of Ammonia from Thresh...Total Ionization Cross Sections due to Electron Impact of Ammonia from Thresh...
Total Ionization Cross Sections due to Electron Impact of Ammonia from Thresh...
Dr. Amarjeet Singh
 
A Case Study on Small Town Big Player – Enjay IT Solutions Ltd., Bhilad
A Case Study on Small Town Big Player – Enjay IT Solutions Ltd., BhiladA Case Study on Small Town Big Player – Enjay IT Solutions Ltd., Bhilad
A Case Study on Small Town Big Player – Enjay IT Solutions Ltd., Bhilad
Dr. Amarjeet Singh
 
Effect of Biopesticide from the Stems of Gossypium Arboreum on Pink Bollworm ...
Effect of Biopesticide from the Stems of Gossypium Arboreum on Pink Bollworm ...Effect of Biopesticide from the Stems of Gossypium Arboreum on Pink Bollworm ...
Effect of Biopesticide from the Stems of Gossypium Arboreum on Pink Bollworm ...
Dr. Amarjeet Singh
 
Artificial Intelligence Techniques in E-Commerce: The Possibility of Exploiti...
Artificial Intelligence Techniques in E-Commerce: The Possibility of Exploiti...Artificial Intelligence Techniques in E-Commerce: The Possibility of Exploiti...
Artificial Intelligence Techniques in E-Commerce: The Possibility of Exploiti...
Dr. Amarjeet Singh
 
Factors Influencing Ownership Pattern and its Impact on Corporate Performance...
Factors Influencing Ownership Pattern and its Impact on Corporate Performance...Factors Influencing Ownership Pattern and its Impact on Corporate Performance...
Factors Influencing Ownership Pattern and its Impact on Corporate Performance...
Dr. Amarjeet Singh
 
An Analytical Study on Ratios Influencing Profitability of Selected Indian Au...
An Analytical Study on Ratios Influencing Profitability of Selected Indian Au...An Analytical Study on Ratios Influencing Profitability of Selected Indian Au...
An Analytical Study on Ratios Influencing Profitability of Selected Indian Au...
Dr. Amarjeet Singh
 
A Study on Factors Influencing the Financial Performance Analysis Selected Pr...
A Study on Factors Influencing the Financial Performance Analysis Selected Pr...A Study on Factors Influencing the Financial Performance Analysis Selected Pr...
A Study on Factors Influencing the Financial Performance Analysis Selected Pr...
Dr. Amarjeet Singh
 
An Empirical Analysis of Financial Performance of Selected Oil Exploration an...
An Empirical Analysis of Financial Performance of Selected Oil Exploration an...An Empirical Analysis of Financial Performance of Selected Oil Exploration an...
An Empirical Analysis of Financial Performance of Selected Oil Exploration an...
Dr. Amarjeet Singh
 
A Study on Derivative Market in India
A Study on Derivative Market in IndiaA Study on Derivative Market in India
A Study on Derivative Market in India
Dr. Amarjeet Singh
 
Theoretical Estimation of CO2 Compression and Transport Costs for an hypothet...
Theoretical Estimation of CO2 Compression and Transport Costs for an hypothet...Theoretical Estimation of CO2 Compression and Transport Costs for an hypothet...
Theoretical Estimation of CO2 Compression and Transport Costs for an hypothet...
Dr. Amarjeet Singh
 
Analytical Mechanics of Magnetic Particles Suspended in Magnetorheological Fluid
Analytical Mechanics of Magnetic Particles Suspended in Magnetorheological FluidAnalytical Mechanics of Magnetic Particles Suspended in Magnetorheological Fluid
Analytical Mechanics of Magnetic Particles Suspended in Magnetorheological Fluid
Dr. Amarjeet Singh
 
Techno-Economic Aspects of Solid Food Wastes into Bio-Manure
Techno-Economic Aspects of Solid Food Wastes into Bio-ManureTechno-Economic Aspects of Solid Food Wastes into Bio-Manure
Techno-Economic Aspects of Solid Food Wastes into Bio-Manure
Dr. Amarjeet Singh
 
Crypto-Currencies: Can Investors Rely on them as Investment Avenue?
Crypto-Currencies: Can Investors Rely on them as Investment Avenue?Crypto-Currencies: Can Investors Rely on them as Investment Avenue?
Crypto-Currencies: Can Investors Rely on them as Investment Avenue?
Dr. Amarjeet Singh
 
Awareness of Disaster Risk Reduction (DRR) among Student of the Catanduanes S...
Awareness of Disaster Risk Reduction (DRR) among Student of the Catanduanes S...Awareness of Disaster Risk Reduction (DRR) among Student of the Catanduanes S...
Awareness of Disaster Risk Reduction (DRR) among Student of the Catanduanes S...
Dr. Amarjeet Singh
 
Role of Indians in the Battle of 1857
Role of Indians in the Battle of 1857Role of Indians in the Battle of 1857
Role of Indians in the Battle of 1857
Dr. Amarjeet Singh
 
Haryana's Honour Killings: A Social and Legal Point of View
Haryana's Honour Killings: A Social and Legal Point of ViewHaryana's Honour Killings: A Social and Legal Point of View
Haryana's Honour Killings: A Social and Legal Point of View
Dr. Amarjeet Singh
 
Optimization of Digital-Based MSME E-Commerce: Challenges and Opportunities i...
Optimization of Digital-Based MSME E-Commerce: Challenges and Opportunities i...Optimization of Digital-Based MSME E-Commerce: Challenges and Opportunities i...
Optimization of Digital-Based MSME E-Commerce: Challenges and Opportunities i...
Dr. Amarjeet Singh
 
Modal Space Controller for Hydraulically Driven Six Degree of Freedom Paralle...
Modal Space Controller for Hydraulically Driven Six Degree of Freedom Paralle...Modal Space Controller for Hydraulically Driven Six Degree of Freedom Paralle...
Modal Space Controller for Hydraulically Driven Six Degree of Freedom Paralle...
Dr. Amarjeet Singh
 
Capacity Expansion Banes in Indian Steel Industry
Capacity Expansion Banes in Indian Steel IndustryCapacity Expansion Banes in Indian Steel Industry
Capacity Expansion Banes in Indian Steel Industry
Dr. Amarjeet Singh
 
Metamorphosing Indian Blockchain Ecosystem
Metamorphosing Indian Blockchain EcosystemMetamorphosing Indian Blockchain Ecosystem
Metamorphosing Indian Blockchain Ecosystem
Dr. Amarjeet Singh
 

More from Dr. Amarjeet Singh (20)

Total Ionization Cross Sections due to Electron Impact of Ammonia from Thresh...
Total Ionization Cross Sections due to Electron Impact of Ammonia from Thresh...Total Ionization Cross Sections due to Electron Impact of Ammonia from Thresh...
Total Ionization Cross Sections due to Electron Impact of Ammonia from Thresh...
 
A Case Study on Small Town Big Player – Enjay IT Solutions Ltd., Bhilad
A Case Study on Small Town Big Player – Enjay IT Solutions Ltd., BhiladA Case Study on Small Town Big Player – Enjay IT Solutions Ltd., Bhilad
A Case Study on Small Town Big Player – Enjay IT Solutions Ltd., Bhilad
 
Effect of Biopesticide from the Stems of Gossypium Arboreum on Pink Bollworm ...
Effect of Biopesticide from the Stems of Gossypium Arboreum on Pink Bollworm ...Effect of Biopesticide from the Stems of Gossypium Arboreum on Pink Bollworm ...
Effect of Biopesticide from the Stems of Gossypium Arboreum on Pink Bollworm ...
 
Artificial Intelligence Techniques in E-Commerce: The Possibility of Exploiti...
Artificial Intelligence Techniques in E-Commerce: The Possibility of Exploiti...Artificial Intelligence Techniques in E-Commerce: The Possibility of Exploiti...
Artificial Intelligence Techniques in E-Commerce: The Possibility of Exploiti...
 
Factors Influencing Ownership Pattern and its Impact on Corporate Performance...
Factors Influencing Ownership Pattern and its Impact on Corporate Performance...Factors Influencing Ownership Pattern and its Impact on Corporate Performance...
Factors Influencing Ownership Pattern and its Impact on Corporate Performance...
 
An Analytical Study on Ratios Influencing Profitability of Selected Indian Au...
An Analytical Study on Ratios Influencing Profitability of Selected Indian Au...An Analytical Study on Ratios Influencing Profitability of Selected Indian Au...
An Analytical Study on Ratios Influencing Profitability of Selected Indian Au...
 
A Study on Factors Influencing the Financial Performance Analysis Selected Pr...
A Study on Factors Influencing the Financial Performance Analysis Selected Pr...A Study on Factors Influencing the Financial Performance Analysis Selected Pr...
A Study on Factors Influencing the Financial Performance Analysis Selected Pr...
 
An Empirical Analysis of Financial Performance of Selected Oil Exploration an...
An Empirical Analysis of Financial Performance of Selected Oil Exploration an...An Empirical Analysis of Financial Performance of Selected Oil Exploration an...
An Empirical Analysis of Financial Performance of Selected Oil Exploration an...
 
A Study on Derivative Market in India
A Study on Derivative Market in IndiaA Study on Derivative Market in India
A Study on Derivative Market in India
 
Theoretical Estimation of CO2 Compression and Transport Costs for an hypothet...
Theoretical Estimation of CO2 Compression and Transport Costs for an hypothet...Theoretical Estimation of CO2 Compression and Transport Costs for an hypothet...
Theoretical Estimation of CO2 Compression and Transport Costs for an hypothet...
 
Analytical Mechanics of Magnetic Particles Suspended in Magnetorheological Fluid
Analytical Mechanics of Magnetic Particles Suspended in Magnetorheological FluidAnalytical Mechanics of Magnetic Particles Suspended in Magnetorheological Fluid
Analytical Mechanics of Magnetic Particles Suspended in Magnetorheological Fluid
 
Techno-Economic Aspects of Solid Food Wastes into Bio-Manure
Techno-Economic Aspects of Solid Food Wastes into Bio-ManureTechno-Economic Aspects of Solid Food Wastes into Bio-Manure
Techno-Economic Aspects of Solid Food Wastes into Bio-Manure
 
Crypto-Currencies: Can Investors Rely on them as Investment Avenue?
Crypto-Currencies: Can Investors Rely on them as Investment Avenue?Crypto-Currencies: Can Investors Rely on them as Investment Avenue?
Crypto-Currencies: Can Investors Rely on them as Investment Avenue?
 
Awareness of Disaster Risk Reduction (DRR) among Student of the Catanduanes S...
Awareness of Disaster Risk Reduction (DRR) among Student of the Catanduanes S...Awareness of Disaster Risk Reduction (DRR) among Student of the Catanduanes S...
Awareness of Disaster Risk Reduction (DRR) among Student of the Catanduanes S...
 
Role of Indians in the Battle of 1857
Role of Indians in the Battle of 1857Role of Indians in the Battle of 1857
Role of Indians in the Battle of 1857
 
Haryana's Honour Killings: A Social and Legal Point of View
Haryana's Honour Killings: A Social and Legal Point of ViewHaryana's Honour Killings: A Social and Legal Point of View
Haryana's Honour Killings: A Social and Legal Point of View
 
Optimization of Digital-Based MSME E-Commerce: Challenges and Opportunities i...
Optimization of Digital-Based MSME E-Commerce: Challenges and Opportunities i...Optimization of Digital-Based MSME E-Commerce: Challenges and Opportunities i...
Optimization of Digital-Based MSME E-Commerce: Challenges and Opportunities i...
 
Modal Space Controller for Hydraulically Driven Six Degree of Freedom Paralle...
Modal Space Controller for Hydraulically Driven Six Degree of Freedom Paralle...Modal Space Controller for Hydraulically Driven Six Degree of Freedom Paralle...
Modal Space Controller for Hydraulically Driven Six Degree of Freedom Paralle...
 
Capacity Expansion Banes in Indian Steel Industry
Capacity Expansion Banes in Indian Steel IndustryCapacity Expansion Banes in Indian Steel Industry
Capacity Expansion Banes in Indian Steel Industry
 
Metamorphosing Indian Blockchain Ecosystem
Metamorphosing Indian Blockchain EcosystemMetamorphosing Indian Blockchain Ecosystem
Metamorphosing Indian Blockchain Ecosystem
 

Recently uploaded

Water Industry Process Automation and Control Monthly - May 2024.pdf
Water Industry Process Automation and Control Monthly - May 2024.pdfWater Industry Process Automation and Control Monthly - May 2024.pdf
Water Industry Process Automation and Control Monthly - May 2024.pdf
Water Industry Process Automation & Control
 
Sachpazis:Terzaghi Bearing Capacity Estimation in simple terms with Calculati...
Sachpazis:Terzaghi Bearing Capacity Estimation in simple terms with Calculati...Sachpazis:Terzaghi Bearing Capacity Estimation in simple terms with Calculati...
Sachpazis:Terzaghi Bearing Capacity Estimation in simple terms with Calculati...
Dr.Costas Sachpazis
 
Planning Of Procurement o different goods and services
Planning Of Procurement o different goods and servicesPlanning Of Procurement o different goods and services
Planning Of Procurement o different goods and services
JoytuBarua2
 
Cosmetic shop management system project report.pdf
Cosmetic shop management system project report.pdfCosmetic shop management system project report.pdf
Cosmetic shop management system project report.pdf
Kamal Acharya
 
一比一原版(IIT毕业证)伊利诺伊理工大学毕业证成绩单专业办理
一比一原版(IIT毕业证)伊利诺伊理工大学毕业证成绩单专业办理一比一原版(IIT毕业证)伊利诺伊理工大学毕业证成绩单专业办理
一比一原版(IIT毕业证)伊利诺伊理工大学毕业证成绩单专业办理
zwunae
 
HYDROPOWER - Hydroelectric power generation
HYDROPOWER - Hydroelectric power generationHYDROPOWER - Hydroelectric power generation
HYDROPOWER - Hydroelectric power generation
Robbie Edward Sayers
 
Runway Orientation Based on the Wind Rose Diagram.pptx
Runway Orientation Based on the Wind Rose Diagram.pptxRunway Orientation Based on the Wind Rose Diagram.pptx
Runway Orientation Based on the Wind Rose Diagram.pptx
SupreethSP4
 
Architectural Portfolio Sean Lockwood
Architectural Portfolio Sean LockwoodArchitectural Portfolio Sean Lockwood
Architectural Portfolio Sean Lockwood
seandesed
 
Standard Reomte Control Interface - Neometrix
Standard Reomte Control Interface - NeometrixStandard Reomte Control Interface - Neometrix
Standard Reomte Control Interface - Neometrix
Neometrix_Engineering_Pvt_Ltd
 
Governing Equations for Fundamental Aerodynamics_Anderson2010.pdf
Governing Equations for Fundamental Aerodynamics_Anderson2010.pdfGoverning Equations for Fundamental Aerodynamics_Anderson2010.pdf
Governing Equations for Fundamental Aerodynamics_Anderson2010.pdf
WENKENLI1
 
在线办理(ANU毕业证书)澳洲国立大学毕业证录取通知书一模一样
在线办理(ANU毕业证书)澳洲国立大学毕业证录取通知书一模一样在线办理(ANU毕业证书)澳洲国立大学毕业证录取通知书一模一样
在线办理(ANU毕业证书)澳洲国立大学毕业证录取通知书一模一样
obonagu
 
一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理
一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理
一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理
bakpo1
 
The Benefits and Techniques of Trenchless Pipe Repair.pdf
The Benefits and Techniques of Trenchless Pipe Repair.pdfThe Benefits and Techniques of Trenchless Pipe Repair.pdf
The Benefits and Techniques of Trenchless Pipe Repair.pdf
Pipe Restoration Solutions
 
ASME IX(9) 2007 Full Version .pdf
ASME IX(9)  2007 Full Version       .pdfASME IX(9)  2007 Full Version       .pdf
ASME IX(9) 2007 Full Version .pdf
AhmedHussein950959
 
MCQ Soil mechanics questions (Soil shear strength).pdf
MCQ Soil mechanics questions (Soil shear strength).pdfMCQ Soil mechanics questions (Soil shear strength).pdf
MCQ Soil mechanics questions (Soil shear strength).pdf
Osamah Alsalih
 
Investor-Presentation-Q1FY2024 investor presentation document.pptx
Investor-Presentation-Q1FY2024 investor presentation document.pptxInvestor-Presentation-Q1FY2024 investor presentation document.pptx
Investor-Presentation-Q1FY2024 investor presentation document.pptx
AmarGB2
 
Railway Signalling Principles Edition 3.pdf
Railway Signalling Principles Edition 3.pdfRailway Signalling Principles Edition 3.pdf
Railway Signalling Principles Edition 3.pdf
TeeVichai
 
Design and Analysis of Algorithms-DP,Backtracking,Graphs,B&B
Design and Analysis of Algorithms-DP,Backtracking,Graphs,B&BDesign and Analysis of Algorithms-DP,Backtracking,Graphs,B&B
Design and Analysis of Algorithms-DP,Backtracking,Graphs,B&B
Sreedhar Chowdam
 
Gen AI Study Jams _ For the GDSC Leads in India.pdf
Gen AI Study Jams _ For the GDSC Leads in India.pdfGen AI Study Jams _ For the GDSC Leads in India.pdf
Gen AI Study Jams _ For the GDSC Leads in India.pdf
gdsczhcet
 
road safety engineering r s e unit 3.pdf
road safety engineering  r s e unit 3.pdfroad safety engineering  r s e unit 3.pdf
road safety engineering r s e unit 3.pdf
VENKATESHvenky89705
 

Recently uploaded (20)

Water Industry Process Automation and Control Monthly - May 2024.pdf
Water Industry Process Automation and Control Monthly - May 2024.pdfWater Industry Process Automation and Control Monthly - May 2024.pdf
Water Industry Process Automation and Control Monthly - May 2024.pdf
 
Sachpazis:Terzaghi Bearing Capacity Estimation in simple terms with Calculati...
Sachpazis:Terzaghi Bearing Capacity Estimation in simple terms with Calculati...Sachpazis:Terzaghi Bearing Capacity Estimation in simple terms with Calculati...
Sachpazis:Terzaghi Bearing Capacity Estimation in simple terms with Calculati...
 
Planning Of Procurement o different goods and services
Planning Of Procurement o different goods and servicesPlanning Of Procurement o different goods and services
Planning Of Procurement o different goods and services
 
Cosmetic shop management system project report.pdf
Cosmetic shop management system project report.pdfCosmetic shop management system project report.pdf
Cosmetic shop management system project report.pdf
 
一比一原版(IIT毕业证)伊利诺伊理工大学毕业证成绩单专业办理
一比一原版(IIT毕业证)伊利诺伊理工大学毕业证成绩单专业办理一比一原版(IIT毕业证)伊利诺伊理工大学毕业证成绩单专业办理
一比一原版(IIT毕业证)伊利诺伊理工大学毕业证成绩单专业办理
 
HYDROPOWER - Hydroelectric power generation
HYDROPOWER - Hydroelectric power generationHYDROPOWER - Hydroelectric power generation
HYDROPOWER - Hydroelectric power generation
 
Runway Orientation Based on the Wind Rose Diagram.pptx
Runway Orientation Based on the Wind Rose Diagram.pptxRunway Orientation Based on the Wind Rose Diagram.pptx
Runway Orientation Based on the Wind Rose Diagram.pptx
 
Architectural Portfolio Sean Lockwood
Architectural Portfolio Sean LockwoodArchitectural Portfolio Sean Lockwood
Architectural Portfolio Sean Lockwood
 
Standard Reomte Control Interface - Neometrix
Standard Reomte Control Interface - NeometrixStandard Reomte Control Interface - Neometrix
Standard Reomte Control Interface - Neometrix
 
Governing Equations for Fundamental Aerodynamics_Anderson2010.pdf
Governing Equations for Fundamental Aerodynamics_Anderson2010.pdfGoverning Equations for Fundamental Aerodynamics_Anderson2010.pdf
Governing Equations for Fundamental Aerodynamics_Anderson2010.pdf
 
在线办理(ANU毕业证书)澳洲国立大学毕业证录取通知书一模一样
在线办理(ANU毕业证书)澳洲国立大学毕业证录取通知书一模一样在线办理(ANU毕业证书)澳洲国立大学毕业证录取通知书一模一样
在线办理(ANU毕业证书)澳洲国立大学毕业证录取通知书一模一样
 
一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理
一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理
一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理
 
The Benefits and Techniques of Trenchless Pipe Repair.pdf
The Benefits and Techniques of Trenchless Pipe Repair.pdfThe Benefits and Techniques of Trenchless Pipe Repair.pdf
The Benefits and Techniques of Trenchless Pipe Repair.pdf
 
ASME IX(9) 2007 Full Version .pdf
ASME IX(9)  2007 Full Version       .pdfASME IX(9)  2007 Full Version       .pdf
ASME IX(9) 2007 Full Version .pdf
 
MCQ Soil mechanics questions (Soil shear strength).pdf
MCQ Soil mechanics questions (Soil shear strength).pdfMCQ Soil mechanics questions (Soil shear strength).pdf
MCQ Soil mechanics questions (Soil shear strength).pdf
 
Investor-Presentation-Q1FY2024 investor presentation document.pptx
Investor-Presentation-Q1FY2024 investor presentation document.pptxInvestor-Presentation-Q1FY2024 investor presentation document.pptx
Investor-Presentation-Q1FY2024 investor presentation document.pptx
 
Railway Signalling Principles Edition 3.pdf
Railway Signalling Principles Edition 3.pdfRailway Signalling Principles Edition 3.pdf
Railway Signalling Principles Edition 3.pdf
 
Design and Analysis of Algorithms-DP,Backtracking,Graphs,B&B
Design and Analysis of Algorithms-DP,Backtracking,Graphs,B&BDesign and Analysis of Algorithms-DP,Backtracking,Graphs,B&B
Design and Analysis of Algorithms-DP,Backtracking,Graphs,B&B
 
Gen AI Study Jams _ For the GDSC Leads in India.pdf
Gen AI Study Jams _ For the GDSC Leads in India.pdfGen AI Study Jams _ For the GDSC Leads in India.pdf
Gen AI Study Jams _ For the GDSC Leads in India.pdf
 
road safety engineering r s e unit 3.pdf
road safety engineering  r s e unit 3.pdfroad safety engineering  r s e unit 3.pdf
road safety engineering r s e unit 3.pdf
 

Makespan Minimization in Job Shop Scheduling

  • 1. International Journal of Engineering and Management Research e-ISSN: 2250-0758 | p-ISSN: 2394-6962 Volume-11, Issue-1 (February 2021) www.ijemr.net https://doi.org/10.31033/ijemr.11.1.31 228 This Work is under Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International License. Makespan Minimization in Job Shop Scheduling K. Sathya Sundari Part time category-B Research Scholar, Research & Development Centre, Bharathiar University, Coimbatore, Tamil Nadu, INDIA Corresponding Author: selvisathika@gmail.com ABSTRACT In industries, the completion time of job problems in the manufacturing unit has risen significantly. In several types of current study, the job's completion time, or makespan, is reduced by taking straight paths, which is time-consuming. In this paper, we used an Improved Ant Colony Optimization and Tabu Search (ACOTS) algorithm to solve this problem by precisely defining the fault occurrence location in order to rollback. We have used a short-term memory-based rollback recovery strategy to minimise the job's completion time by rolling back to its own short-term memory. The recent movements in Tabu quest are visited using short term memory. As compared to the ACO algorithm, our proposed ACOTS-Cmax solution is more efficient and takes less time to complete. Keywords-- Makespan, Minimization, Job Shop, Scheduling I. INTRODUCTION The job shop scheduling problem (JSSP) is defined as the jobs assigned to some resources at a particular time. Each job consists of some specific operations. Using that operation, jobs are scheduled for the resources. The job shop problem is considered to be NP- Hard because each job may or may not be processed on all machines and also the time of processing of each job is different in a different machine. It is one of the most complex problems and optimum scheduling is also hard to calculate. According to JSSP, the jobs are unable to complete on time. The industry should provide good service to consumers with on-time delivery of products. Good production scheduling is needed to make on-time delivery of products to the consumers. So makespan is not optimal. This work addresses the makespan problem which is defined as the maximum completion time of all jobs that are minimized in this work. II. ANT COLONY OPTIMIZATION Ant Colony Optimization Algorithm (ACO) is used to solve complex problems thatare used to identify the problems with the shortest path. In general, Ants couldn’t see a food source, so ants are collecting the routes around their nest as well as producing the pheromone chemical which is used to communicate between the ants. The objective of this work is to follow the ant colony optimization rules and execute a job in the shortest possible time. III. TABU SEARCH WITH JOB SHOP SCHEDULING Tabu is one of the heuristic search methods used for an improved solution. Tabu list consists of two types of memory, they are Long-term memory and Short-term memory. Long-term memory is used to maintain the history of all processes in tabu search. Short-term memory is used to keep the recently visited tabu movements. In this work, short-term memory of the tabu list is used for better results. Rollback is one of the recovery technique which is used to avoid the restart the process from the beginning of the whole application in the conventional system due to the occurrence of failure. Fucai et al (2018) investigated the blocking Flow shop scheduling problem with both makespan and energy consumption criteria. First, the multi-objective model of blocking Flow shop scheduling is formulated in consideration of machine energy consumed in blocking and idle time. Then, a multi-objective parallel variable neighborhood search (MPVNS) algorithm is proposed to solve this problem. An improved Nawaz- Enscore-Ham- based heuristic is developed to generate initial solutions, and a variable neighborhood search is designed to explore these solutions in parallel. Jun et al (2018) investigated a Hybrid Pareto- based tabu search algorithm (HPTSA) to minimize four objectives simultaneously, i.e., the makespan, the maximal workload, the total workload, and the earliness/tardiness (E/T) criteria. In the proposed algorithm, several approaches considering both the problem characteristics and the objective features are used to initialize the group of solutions. Then, five types of neighborhood structures that consider both problem structures are developed to enhance the exploitation and exploration capabilities. Also, a well-designed backward method is proposed to optimize the E/T criteria. Parviz et al (2018) proposed a cyclic algorithm based on a tabu search algorithm to improve the exploration and exploitation powers of these encodings. This algorithm had good features of the two representations and improved the exploration and exploitation of the algorithm by sequential transforming from each solution seed to the other. Also, a cyclic manner was applied in a tabu search algorithm.
  • 2. International Journal of Engineering and Management Research e-ISSN: 2250-0758 | p-ISSN: 2394-6962 Volume-11, Issue-1 (February 2021) www.ijemr.net https://doi.org/10.31033/ijemr.11.1.31 229 This Work is under Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International License. Numerical experiments confirmed the effectiveness of this algorithm. This work has, some reformations in the neighboring rule and tabu length were applied to improve the obtained solutions of the tabu search algorithm. Mageed et al (2015) solved the two-stage no- wait flexible flow shop scheduling problem (NWFFSSP) using two meta-heuristics, which are Tabu Search (TS) and Particle Swarm Optimization (PSO). They solved the NWFFSSP with minimum makespan as a performance measure. The flexible flow-shop scheduling problem (FFSSP) is an important branch of production scheduling, the flexible flow shop is a combination of two well-known machine environments, which are flow shops and parallel machines, and it is well known that this problem is NP-hard. Safia et al (2010) addressed the one machine scheduling problem in which n jobs have distinct due dates with earliness and tardiness costs. Fast neighborhoods are proposed for the problem. They are based on a block representation of the schedule and can be computed in o (n2 ). A timing operator is presented as well as swap and extracts and reinsert neighborhoods. They are used in iterated local search framework. Miguel et al (2013) defined a new local search neighborhood structure, which is then incorporated into the proposed tabu search algorithm. To tackle the job shop scheduling problem with sequence-dependent setup times and maximum lateness minimization using a tabu search algorithm.6 Conclusions and Future Work Proposed method TS–NSL, to solve the SDST-JSP with maximum lateness minimization. The problem of job shop is handled with the help of heuristic algorithms. The improved ant colony optimization algorithm is proposed for reducing the makespan (ACOCmax) based on short-term memory and rollback technique. In the first technique, the major problem of job shop scheduling is handled which is raised before the job is completed because when the job crashed between processing time and completion time. In general, if anyone's job is crashed, again the process can be started from the beginning. So, the completion of job time is high. To overcome this problem, addressed the rollback technique to avoid the process is restarted from the beginning and also used the STM memory structure to store the recent job. The efficiency of the proposed work ACOCmax is compared to ACO with Fault Tolerance (ACOwFT). In comparison analysis, proposed work ACOCmax achieves less completion time than ACOwFT. The scheduling of n jobs are assigned to m machines which are possible to deal with many dispatching rules such as shortest processing time (SPT), longest processing time (LPT), first come first serve (FCFS), and last come first serve (LCFS), etc. But these rules are hard to deal single machine problems with n jobs as it has a low performance. In a single machine, the processing times of the jobs are simultaneously determined by a decreasing function of their corresponding scheduled position. The jobs are hard to process in a single machine because the lowest number of capabilities are only available in a single machine. IV. REDUCE THE MAKESPAN In the first technique, the process cannot starts from the beginning. Because the recent jobs are fetched from the STM using rollback technique and also the completion time of the job is reduced. But this work couldn’t perform multiple jobs on a single machine. Because jobs are not flexible to work in a single machine. It contains one STM and has minimum space. So, it couldn’t handle the multiple loads of jobs and also couldn’t visit the recent jobs. The novelty of this work, address the single machine problems with the help of Bee-colony optimization based on parameter condition. BCO is to create a multi-agent system (a colony of artificial bee) capable to solve different combinatorial optimization problems which are described by Hemant and Rohit (2012). The second technique is an Integrated STM scheduling Replacement Algorithm (ISSRA) to reduce STM pollution. STM is one of the memory structures of tabu search and it visited only a recent past. In existing, the cache pollution is reduced which is solved by (Kavita et al) using Integrated Cache Scheduling Replacement Algorithm. This work using this algorithm for novelty. The Bee-colony optimization algorithm has been used for the efficiency of this work. Kavita et al (2019) proposed the Integrated STM Scheduling Replacement Algorithm consists of three parameters. These parameters help us to reduce cache pollution. That is job load & frequency, and timestamp and size. V. STM STORAGE AND SINGLE MACHINE PROBLEMS In the second technique, considered the three parameters like Job load: the job contains how much load, frequency: how many times the job is requested, timestamp: latest time of requesting the jobs. These three parameters help us to reduce the STM storage and the process of jobs is sequentially run on STM without interruption. The flexibility is done by ISSRA. The efficiency of the second technique is compared to other scheduling algorithms. In comparison analysis, the ISSRA establishes to reduce the waiting time during process, which is compared to other state-of- the-art algorithms. This work handles the two types of technique, the first technique is used to reduce the makespan time in job shop scheduling problem and executed the jobs with
  • 3. International Journal of Engineering and Management Research e-ISSN: 2250-0758 | p-ISSN: 2394-6962 Volume-11, Issue-1 (February 2021) www.ijemr.net https://doi.org/10.31033/ijemr.11.1.31 230 This Work is under Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International License. minimum time. The second technique is used to reduce the STM storage and solved single machine problems. Both techniques have better functionalities when compared to other techniques. VI. CONCLUSION This paper investigates how to minimise makespan in job shop scheduling using short-term based rollback recovery techniques in the Ant Colony Algorithm (ACO). Use this method to find the makespan in the shortest amount of time. This technique reduces the makespan, throughput time, and turnaround time factors. Finally, (ACO-Cmax) investigates efficient and effective comparisons (ACOwFT) REFERENCES [1] C.L. Wang. G. Rong. W. Weng., & Y.P. Feng. (2015). Mining scheduling knowledge for job shop scheduling problem. In: IFAC (International Federation of Automatic Control), pp. 800–805. [2] Zengqiang Jiang, Le Zuo, & Mingcheng E. (2014). Study on multi-objective flexible job-shop scheduling problem considering energy consumption. Journal of Industrial Engineering and Management, 7(3), 589-604. [3] Farooq Ahmad & SherAfzal Khan. (2012). Module- based architecture for a periodic job-shop scheduling problem. Computers & Mathematics with Applications, pp 1- 10. [4] M. S. Al-Ashhab, Shadi Munshi, Mowffaq Oreijah, Hamza & A. Ghulman. (2017). Job shop scheduling using mixed integer programming. International Journal of Modern Engineering Research, 7(3), 23-29.. [5] Habibeh Nazif. (2015). Solving job shop scheduling problem using an ant colony algorithm. Journal of Asian Scientific Research, 5(5), 261-268. [6] Deepak Gupta & Sonia Goel. (2019). Two-stage flow shop scheduling model including transportation time with equipotential machines at every stage. International Journal of Innovative Technology and Exploring Engineering (IJITEE), 8(12), 5090-5094. [7] Evgeny Gafarov & Frank Werner. (2019). Two- machine job-shop scheduling with equal processing times on each machine. Available at: https://www.mdpi.com/2227-7390/7/3/301. [8] Yi Sun, Chaoyong Zhang, Liang Gao, & Xiaojuan Wang. (2011). Multi-objective optimization algorithms for flow shop scheduling problem: A review and prospects. Int J Adv Manuf Technol., 55, 723-739. [9] Jian Zhang, Guofu Ding, YishengZou, Shengfeng Qin, & Jianlin Fu. (2017). Review of job shop scheduling research and its new perspectives under Industry 4.0. Journal of Intelligent Manufacturing, 30(4), 1809-1830. [10] Kavita Kalambe, Sunita Rawat, Nilesh Korde, & Gaurav Kawade. (2019). Integrated cache scheduling replacement algorithm to reduce cache pollution. International Journal of Recent Technology and Engineering (IJRTE), 8(2), 3471-3475.