Linear Programming and Integer Programming

Source: Internet
Author: User

Not to mention the purpose of linear planning, pay attention to the linprog functions in matlab and various overloaded forms.

The methods used here mainly involve the problem of optimizing the assignment coefficient matrix obtained by the Hungary method. In addition, pay attention to many problems that can be converted to linear programming problems. Think about how to convert other problems into linear programming problems.

Then there is the linear programming of integers. Obviously this depends on the optimal solution obtained in a non-integer linear programming method. If the optimal solution is an integer, no other work is needed. If there is no solution, no solution is needed. If it is not an integer, some special work is required. There are several methods to obtain the integer optimal solution:

The Branch and restriction method divides the optimal solution of non-shaping into two parts, and then splits the branch, constantly modifies the upper and lower bounds of the target, and finally obtains the integer optimal solution.

Implicit Enumeration is actually an enumeration method.

The 0-1 problem can be computed using the Hungary algorithm or matlab.

Monte Carlo method, this method is based on probability theory, so the obtained optimal solution is only the most likely optimal solution. The 6th power of 10.

The next step is nonlinear planning.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.