Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

MUO - Solutions MUO - Solutions 2 Job - Shop Scheduling [ 2 3 pts ] You are an Al engineer responsible for job -

MUO - Solutions
MUO - Solutions
2 Job-Shop Scheduling [23 pts]
You are an Al engineer responsible for job-shop schedul ing in a manufacturing company. You are required to assign five jobs , and {:J5) to two machines and {:M2) over four time slots , and {:T4) Your manager as a successful AIN2001 graduate wants you to formulate this problem as a constraint satisfac tion problem (CSP). Your manager also provides the following information:
A machine over a time slot can be allocated to only one job.
Each job takes one time slot to be finished in a machine.
Some parts required for J1 and J2 will arrive at the end of time slot T1.
J2 and J4 must be done in machine M1.
J3 and J5 must be done in machine M2.
J1 and J3 are pre-requisites for J4.
J2 and J4 are pre-requisites for J5.
2.1 Problem formulation [8 pts]
Given the variables and domains below, please complete the CSP formulation by writing the constraints. Constraints must be expressed implicitly using mathematical or logical notation rather than with words.
Variables: Ji=(mJi,tJi) where i=1,cdots,5, for each area.
Domains: AAiJiin{mJi,tJi)|mJiin{1,2 and {:tJiin{1,2,3,4}}
Constraints:
Unary constraints:
tJ1>1
tJ2>1
mJ2=1
mJ3=2
mJ4=1
Binary constraints:
mJ5=2
2.2 Forward-checking with MRV [15 pts]
Starting with reduced domains of variables obtained after node-consistency, please perform forward-checking search using minimum-remaining-values (MRV) heuristic for variable selection and the lowest value first for value selection. In case of a tie in variable selection, please break the tie by picking the lower values first.
Please complete the below table by indicating the current level in the search tree (L), the reduced domains of variables, selected variable and value (i.e, the assignment - A), and the level we need to go back (B2L) if we need to change any of previous variable assignments.
\table[[L,J1,J2,J3,J4,J5,A,B2L],[0,\table[[,],[(2,2),(2,3),(2,4)
image text in transcribed

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Introduction to Wireless and Mobile Systems

Authors: Dharma P. Agrawal, Qing An Zeng

4th edition

1305087135, 978-1305087132, 9781305259621, 1305259629, 9781305537910 , 978-130508713

Students also viewed these Programming questions

Question

What ethical lessons can we learn from the Enron case

Answered: 1 week ago

Question

Define the term Working Capital Gap.

Answered: 1 week ago