Question: need your help for this c code. This code includes a determinstic process. have to change this code as stochastic . . in real manufacturing

need your help for this c code. This code includes a determinstic process. have to change this code as stochastic. . in real manufacturing systems, especially in manual assembly lines, operations times arent usually deterministic and can vary. This situation requires addressing assembly line as a stochastic, not deterministic so i should add chance-constraint act upon 0-1 integer programming. The purpose of the new chance limited 0-1 integer programming model is to balance the total of task times assigned to the station with the lowest cost () so that the probability of exceeding the station cycle time is below the determined level. It will be assume that duty times expressing stochastic state in the model conform to the normal probability distribution.

Shortly; i should add chance-constraints to the C code.

#include #include #include #include

#define NumberOfOperations 1001

int PrecedenceMatrix[NumberOfOperations][NumberOfOperations]; int TaskTime[NumberOfOperations]; int FullPrecedenceMatrix[NumberOfOperations][NumberOfOperations]; int ELValues[NumberOfOperations][2];

int NumberOfTasks; int NumberOfStations; int Cycle_Time; int TotalTaskTime; int MaximumTaskTime;

void Calculate_ELValues(void) { int Task_1,Task_2; long PartialTotalTaskTime = 0; int NumberOfStationsRequired = 0; // calculates the earliest number of stations for(Task_1 = 1 ; Task_1

 need your help for this c code. This code includes a

The above formulas is when this add chance-constraints to the C code. calculates the earliest number of stations (e_i)

calculates the latest number of stations (l_i)

How i can add to edit them to the c code ?

+ , + 1-- ? + , ? E = (3,14) C . + , + -- ' + , ' L = +1- (3.15) C

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!