jagomart
digital resources
picture1_Linear Programming Examples And Solutions Pdf 178969 | Slides 17 18


 148x       Filetype PDF       File size 0.27 MB       Source: www.math.colostate.edu


File: Linear Programming Examples And Solutions Pdf 178969 | Slides 17 18
part 17 linear programming 2 a naive solution algorithm t minimize c x ax b 61 a naive algorithm theorem a polyhedron can only have finitely many vertices corollary one ...

icon picture PDF Filetype PDF | Posted on 29 Jan 2023 | 2 years ago
Partial capture of text on file.
                       Part 17
                Linear programming 2:
              A naïve solution algorithm
                            T
                   minimize  c x
                                     Ax   ≥  b
  61
              A naïve algorithm
    Theorem: A polyhedron can only have finitely many vertices.
    Corollary: One (simplistic) way to find a solution to a linear 
    program is the following procedure:
     1.Convince ourselves that the linear program has a bounded 
      solution
     2.Find all basic solutions
     3.Among these, identify all feasible basic solutions by testing 
      which of the basic solutions satisfy all constraints. These are the 
      vertices of the feasible set
     4.Among these, find the vertex (feasible basic solution) or vertices 
      that have the lowest value of the objective function. These are the 
      solution(s) of the problem
  62
                                    A naïve algorithm
           Practical implementation of step 2:
           A basic solution of a problem with constraints
                                                       T
                              Ax≥b,   or equivalently   a x≥b ,i=1...m
                                                       i     i
           is a point x at which n linearly independent constraints are active. (In 
           addition to possibly more constraints that then need to be linearly 
           dependent on the previous ones.)
           One way to enumerate all basic solutions is by enumerating all 
           subsets of n constraints among the total of m constraints:
            ● Take all possible selections I of n indices within the set [1,m]
            ● For each I see if the constraints are linearly independent. If so, 
              find the (unique) point x at which 
                                        T
                                       a x=b    ∀i∈I
                                        i     i
   63         This is a basic solution.
                                                                      A naïve algorithm
                    Practical implementation of step 2 – example:
                    If we have 3 variables x={x ,x ,x } and 8 constraints
                                                                             1    2    3
                                                                                                           T
                                                         Ax≥b,   or equivalently    a x≥b ,i=1...8
                                                                                                           i          i
                    then we need to 
                        ● try first the set I={1,2,3}
                                                                                   aT
                                                                                     1
                        ●                                                            T
                           see if the 3x3 matrix                    has full rank
                                                                         AI= a
                                                                                     2
                                                                                 aT
                                                                                     3
                        ● If so, then the equation  Ax=b is unique and x is a basic solution
                                                                                 I  I      I                                I
                        ● Continue with the sets I={1,2,4}, {1,2,5}, ..., {6,7,8} and do the 
                           same steps
      64
The words contained in this file might help you see if this file matches what you are looking for:

...Part linear programming a naive solution algorithm t minimize c x ax b theorem polyhedron can only have finitely many vertices corollary one simplistic way to find program is the following procedure convince ourselves that has bounded all basic solutions among these identify feasible by testing which of satisfy constraints are set vertex or lowest value objective function s problem practical implementation step with equivalently i m point at n linearly independent active in addition possibly more then need be dependent on previous ones enumerate enumerating subsets total take possible selections indices within for each see if so unique this example we variables and try first matrix full rank ai equation continue sets do same steps...

no reviews yet
Please Login to review.