|
From: | Joey Rios |
Subject: | RE: [Help-glpk] Min. problem with reduced costs < 0, but simplex fails to progress |
Date: | Sat, 16 May 2009 10:15:24 -0700 |
> GLP_NOFEAS reported by glp_get_status means that LP has no primal > feasible solution, and the final basic solution on exit from glp_simplex > is primal infeasible. Note that basic solution components returned by > glp_simplex always correspond to the original objectve, but in this case > you need to generate columns which improve the sum of infeasibilities, > not the original objective. In other word, reduced costs for the original > objective are useless until the basis is primal feasible. I think I understand what you're talking about with column generation in general, but this algorithm (Dantzig-Wolfe Decomposition) maintains primal feasibility at each iteration. My implementation does this correctly for all instances when I have a larger number of subproblems, but not for the cases where I have 8 or fewer subproblems. It looks like I need to figure out why the instances with 8 subprobs give me this at each iteration: >> glp_get_status() returns 4. Insert movie times and more without leaving HotmailĀ®. See how. |
[Prev in Thread] | Current Thread | [Next in Thread] |