1 / 13

Exploring Integer Programming and Network Flows: Fundamental Concepts and Techniques

This document delves into integer programming problems, specifically focusing on network flow issues and their formulations. It covers basic feasible solutions in standard form, vector-matrix representation, and the linear programming formulation of the shortest path example. The text discusses matrix representation, including the uniqueness of the last row and redundant constraints in MCNF linear programs. Additionally, it explains total unimodularity, providing criteria and examples to identify totally unimodular integer matrices. A thorough understanding of these concepts is essential for effectively solving network flow problems.

tayte
Download Presentation

Exploring Integer Programming and Network Flows: Fundamental Concepts and Techniques

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. EMIS 8374: Network Flows “Easy” Integer Programming Problems: Network Flow Problems updated 4 April 2004

  2. Basic Feasible Solutions Standard Form

  3. Basic Feasible Solutions

  4. Vector-Matrix Representation

  5. LP Formulation of Shortest Path Example

  6. Matrix Representation Observation: The last row of the matrix is equal to –1 times the sum of the other rows. MCNF LPs always have one redundant row.

  7. Matrix Representation without the constraint for node 6 A BFS: B = {x12, x13, x24, x35, x56}

  8. Solving for the BFS Constraints after non-basic variables are removed: Solution: x24 = 0, x12 = 0, x13 = 1, x35 = 1, x56 = 1

  9. Solving for the BFS with Matrix Algebra

  10. Kramer’s (a.k.a Cramer’s) Rule Component j of x = A-1b is Take the matrix A and replace column j with the vector b.

  11. Total Unimodularity • A square, integer matrix is unimodular if its determinant is 1 or -1. • An integer matrix A is called totally unimodular (TU) if every square, nonsingular submatrix of A is unimodular. • From Cramer’s rule, it follows that if A is TU and b is an integer vector, then every BFS of the constraint system Ax = b is integer. • Examples: • The matrix AB from the shortest path example is TU. • The matrix A from the shortest path example is TU. • The constraint matrix for any MCNF LP is TU.

  12. TU Theorem • An integer matrix A is TU if • All entries are -1, 0 or 1 • At most two non-zero entries appear in any column • The rows of A can be partitioned into two disjoint sets such that • If a column has two entries of the same sign, their rows are in different sets. • If a column has two entries of different signs, their rows are in the same set. • The matrix A is TU if and only if is AT TU. • The matrix A is TU if and only if [A, I] is TU. Where I is the identity matrix.

  13. MCNF LPs are TU Flow Balance: A is TU, so AT is TU. Capacity

More Related