Integer programming

Lecture



Integer programming is a section of mathematical programming in which all or some of the variables are additionally subject to a restriction of integerness [1].

The simplest method for solving an integer programming problem is to reduce it to a linear programming problem with checking the result for integer.

Boolean programming
The special case of the problem of integer linear programming includes problems where the variables X can take on only two values ​​— 0 and 1. The corresponding problems are often called problems of Boolean programming. The most well-known of these tasks are the assignment problem (which employee should be assigned to which job), the route selection problem (the traveling salesman problem, the postman's task), the maximum matching problem, etc. Integer programming is used to solve the development problem of a company in which 0 or 1 means the purchase of any equipment.

To solve problems of this type, specific algorithms are being developed based on combinatorics, graphs, etc.

created: 2014-08-21
updated: 2021-03-13
132548



Rating 9 of 10. count vote: 2
Are you satisfied?:



Comments


To leave a comment
If you have any suggestion, idea, thanks or comment, feel free to write. We really value feedback and are glad to hear your opinion.
To reply

Math programming

Terms: Math programming