Anu
11-22-2004, 08:40 AM
Hi,
I am trying to implement simplex algorithm on Section 10.8 of numerical recipes in c++. I have gone through the book (v2.10) and also the online version of the book. Now, I am trying to solve the example problem given in the book. But, the code doesn't take me to Phase 2. It quits the function saying no feasible solution exists. (auxillary objective function is still negative). I followed teh steps manually and debugged the code as well. Everything seems to be correct. I am not able to get the solution given in the text book. How do I get rid of one of the columns?
Can someone help me please? I would really appreciate this. I have been trying for all online helps and suggestions, but not getting anywhere.
many thanks in advance.
Anu
I am trying to implement simplex algorithm on Section 10.8 of numerical recipes in c++. I have gone through the book (v2.10) and also the online version of the book. Now, I am trying to solve the example problem given in the book. But, the code doesn't take me to Phase 2. It quits the function saying no feasible solution exists. (auxillary objective function is still negative). I followed teh steps manually and debugged the code as well. Everything seems to be correct. I am not able to get the solution given in the text book. How do I get rid of one of the columns?
Can someone help me please? I would really appreciate this. I have been trying for all online helps and suggestions, but not getting anywhere.
many thanks in advance.
Anu