answersLogoWhite

0


Want this question answered?

Be notified when an answer is posted

Add your answer:

Earn +20 pts
Q: How do you solve linear programming with no feasible region?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Continue Learning about Math & Arithmetic

Why are integer programming problems more difficult to solve than linear programming problems?

In both cases the constraints are used to produce an n-dimensional simplex which represents the "feasible region". In the case of linear programming this is the feasible region. But that is not the case for integer programming since only those points within the region for which the variables are integer are feasible.The objective function is then used to find the maximum or minimum - as required. In the case of a linear programming problem, the solution must lie on one of the vertices (or along one line in 2-d, plane in 3-d etc) of the simplex and so is easy to find. In the case of integer programming, the optimal solution so found may contain one or more variables that are not integer and so it is necessary to examine all the points in the immediate neighbourhood and evaluate the objective function at each of these points. This last requirement makes integer programming solutions more difficult to find.


What are the scope of linear programming?

Linear programming can be used to solve problems requiring the optimisation (maximum or minimum) of a linear objective function when the variables are subject to a linear constraints.


What is the set of values that solve a system of equations called?

Depending on the context, the "feasible region" or "solution set".


How do you solve a two variable inequality?

The simplest way is probably to plot the corresponding equality in the coordinate plane. One side of this graph will be part of the feasible region and the other will not. Points on the line itself will not be in the feasible region if the inequality is strict (< or >) and they will be if the inequality is not strict (≤ or ≥). You may be able to rewrite the inequality to express one of the variables in terms of the other. This may be far from simple if the inequality is non-linear.


How do you solve a fixed cost problem?

Fixed Cost Problem is a kind of the Mixed Linear Programming Problem(MILP).Also, MILP is a Parametric Quadratic Concave Programming Problem. The optimal solution is existence of vertix set of the domain set. Then, you can use the domain cutting method.

Related questions

Why are integer programming problems more difficult to solve than linear programming problems?

In both cases the constraints are used to produce an n-dimensional simplex which represents the "feasible region". In the case of linear programming this is the feasible region. But that is not the case for integer programming since only those points within the region for which the variables are integer are feasible.The objective function is then used to find the maximum or minimum - as required. In the case of a linear programming problem, the solution must lie on one of the vertices (or along one line in 2-d, plane in 3-d etc) of the simplex and so is easy to find. In the case of integer programming, the optimal solution so found may contain one or more variables that are not integer and so it is necessary to examine all the points in the immediate neighbourhood and evaluate the objective function at each of these points. This last requirement makes integer programming solutions more difficult to find.


What are the scope of linear programming?

Linear programming can be used to solve problems requiring the optimisation (maximum or minimum) of a linear objective function when the variables are subject to a linear constraints.


To solve a linear programming problem with thousands of variables and constraints?

a mainframe computer is required


Similarities between graphical and simplex methods?

both are used to solve linear programming problems


What is the set of values that solve a system of equations called?

Depending on the context, the "feasible region" or "solution set".


What is the maximum value of 3x + 3y in the feasible region?

To find the maximum value of 3x + 3y in the feasible region, you will need to determine the constraints on the variables x and y and then use those constraints to define the feasible region. You can then use linear programming techniques to find the maximum value of 3x + 3y within that feasible region. One common way to solve this problem is to use the simplex algorithm, which involves constructing a tableau and iteratively improving a feasible solution until an optimal solution is found. Alternatively, you can use graphical methods to find the maximum value of 3x + 3y by graphing the feasible region and the objective function 3x + 3y and finding the point where the objective function is maximized. It is also possible to use other optimization techniques, such as the gradient descent algorithm, to find the maximum value of 3x + 3y within the feasible region. Without more information about the constraints on x and y and the specific optimization technique you wish to use, it is not possible to provide a more specific solution to this problem.


What is difference between linear and dynamic programming?

Dynamic programming (DP) has been used to solve a wide range of optimizationproblemsWhen solving a problem using linear programming, specific inequalities involving the inputs are found and then an attempt is made to maximize (or minimize) some linear function of the inputs.


How do you solve a two variable inequality?

The simplest way is probably to plot the corresponding equality in the coordinate plane. One side of this graph will be part of the feasible region and the other will not. Points on the line itself will not be in the feasible region if the inequality is strict (< or >) and they will be if the inequality is not strict (≤ or ≥). You may be able to rewrite the inequality to express one of the variables in terms of the other. This may be far from simple if the inequality is non-linear.


The steps to solve LPP through Graphical Method-OR?

The graphical method for solving LPP in two unknowns is as follows: 1)Graph the feasible region. 2)Compute the coordinates of the corner points. 3)Substitute the coordinates of the corner points into the objective function to see which gives the optimal value. 4)If the feasible region is bounded,this method can be misleading:optimal solutions always exist when the feasible region is bounded,but may or may not exist when the feasible region is unbounded.


How do you solve a linear inequalities?

to solve a linear in equality you have to write it out on a graph if the line or shape is made ou of strate lines its linear


What are the characteristics of integer programming problems?

The algorithms to solve an integer programming problem are either through heuristics (such as with ant colony optimization problems), branch and bound methods, or total unimodularity, which is often used in relaxing the integer bounds of the problem (however, this is usually not optimal or even feasible).


Why algorithm needs to solve programming problem?

This is the definition of an algorithm - a list of orders of how to solve a given programming problem.