Consider the statements: A. There does not exist a polynomial time algorithm to solve integer linear programming problem. B. Main focus of PERT is ‘minimizing time’. […]
Question 19 Consider the following relations A, B, C. How many tuples does the result of the following relational algebra expression contain? Assume that the schema […]
Question 3 Consider the primal problem: Maximize z=5×1+12×2+4×3 Subject to x1+2×2+x3=10 2×1-x2+3×3=8 x1,x2,x3>=0 its dual problem is Minimize w=10y1+8y2 Subject to y1+2y2>=5 2y1-y2>=12 y1+3y2>=4 Which of […]