- Encapsulate in a function, and a document the lp data structure. (*)
- Include feasibility checks, argument checks, etc. (*)
- Accomodate equality constraints as a constraint type (**)
- As we discussed in class, do efficient updates to a representation of the matrixinverse rather equation solving at each vertex (***)
- Accomodate degenerate constraints (****)
- Implement a Phase I/Phase II stategy for initial feasibility (**)
- Validate that the code is sparse matrix friendly (**)
Friday, September 08, 2006
Matlab Script for Active Set Method
I've posted the Matlab script we did in class today as a demonstration of the active set method for solving linear programs. Remember, this script is quite crude though it does demonstrate the basic elements of the algorithm, and could be a starting point for the homework problem. If you did want to develop it further, my suggestions would be (with difficulty measured on a five-* scale):
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment