In transportation models designed in linear programming, points of demand is classified as
Mathematics · Economics
Optimization and Mathematical Programming
1,582 QuestionsMathematical programming involves selecting the best element from a set of alternatives based on specific criteria. These concepts are tested in various competitive exams, especially those focusing on decision making and resource allocation. The collection includes problems on linear programming, structural optimization, and computational complexity.
Optimization and Mathematical Programming Questions
Consider the following linear programming problem:
| Maximize | $12X + 10Y$ |
|---|---|
| Subject to: | $4X + 3Y ≤ 480$ |
| $2X + 3Y ≤ 360$ | |
| all variables $ ≥0$ |
Which of the following points $(X,Y)$ could be a feasible corner point?
Consider the following linear programming problem:
| Maximize | $12X + 10Y$ |
|---|---|
| Subject to: | $4X + 3Y ≤ 480$ |
| $2X + 3Y ≤ 360$ | |
| all variables $ ≥0$ |
Which of the following points $(X,Y)$ is feasible?
Unboundedness is usually a sign that the LP problem.
The first step in formulating an LP problem is
Consider the following linear programming problem:
| Maximize | $5X + 6Y$ |
|---|---|
| Subject to: | $4X + 2Y ≤ 420$ |
| $1X + 2Y ≤ 120$ | |
| all variables $≥0$ |
Which of the following points $(X,Y)$ is in the feasible region?
In order for a linear programming problem to have a unique solution, the solution must exist
Consider the following linear programming problem:
| Maximize | $5X + 6Y$ |
|---|---|
| Subject to: | $4X + 2Y ≤ 420$ |
| $1X + 2Y ≤ 120$ | |
| all variables $≥ 0$ |
Which of the following points $(X,Y)$ is feasible?
Which of the following statements about an LP problem and its dual is false?
In linear programming context, sensitivity analysis is a technique to
Choose the wrong statement:
Which of the following is an essential condition in a situation for linear programming to be useful?
Choose the most correct of the following statements relating to primal-dual linear programming problems:
To write the dual; it should be ensured that
I. All the primal variables are non-negative.
II. All the bi values are non-negative.
III. All the constraints are $≤$ type if it is maximization problem and $≥$ type if it is a minimization problem.