213k views
5 votes
Goal programming: a. Is not an iterative solution procedure. b. Requires the use of only hard constraints. c. Involves solving problems containing a collection of goals that we would like to achieve. d. Requires firm RHS values of the constraints.

2 Answers

6 votes

Final answer:

Goal programming is a problem-solving technique that involves solving problems containing a collection of goals. It is an iterative solution procedure that allows for the inclusion of both hard and soft constraints.

Step-by-step explanation:

Goal programming is a problem-solving technique that involves solving problems containing a collection of goals that we would like to achieve. It is an iterative solution procedure that can be used to find a satisfactory solution by balancing multiple conflicting objectives. Unlike traditional linear programming, goal programming allows for the inclusion of both hard constraints (which must be satisfied) and soft constraints (which should be satisfied as much as possible).

User EMC
by
6.0k points
7 votes

Answer:

c. Involves solving problems containing a collection of goals that we would like to achieve.

Step-by-step explanation:

To solve this question we first need to understand what Goal Programming is. Goal Programming is basically an optimization technique which aims to solve decision problems with multiplicity of objectives. It is an extension of linear programming. Hence the answer is C

User Pgfearo
by
5.4k points