1 / 7

Integer linear programming

Integer linear programming. Optimization problems where design variables have to be integers are more difficult than ones with continuous variables. The degree of difficulty is particularly damaging for large number of variables:

drea
Download Presentation

Integer linear programming

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Integer linear programming • Optimization problems where design variables have to be integers are more difficult than ones with continuous variables. • The degree of difficulty is particularly damaging for large number of variables: • With continuous variables finding a local optimum increases linearly or quadratically with the number of variables. • With integer variables it can increase exponentially (or non-polynomially): These problems are NP-hard. • Problems with linear objective and linear constraints (Linear programming) are easier to solve. • Furthermore: They do not have optima that are local but not global.

  2. Formulation • The standard form of an integer programming problem is • Algorithm papers often limit themselves to standard form, but software usually allows the more general form

  3. Example Maximize fun time so that you make at least $75 and do not spend more than two hours.

  4. Example Formulation Only two variables are likely to be non-zero. Which do you expect them to be?

  5. Continuous solution from Solver • Without integer constraint, solution does not have to be integer

  6. Integer solution • Will rounding work?

  7. Integer problems in laminate design • When ply angles are unrestricted we have he restriction of integer number of plies. • Most points on the Miki diagram are accessible, but with specific ply angles. • When angles are limited to a small set, together with integer number of plies, we are limited to a finite number of points on diagram. • We will investigate which laminate design problems can be cast as linear integer programming. • Some times it requires some ingenuity.

More Related