View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Bernd P Bernd P is offline
external usenet poster
 
Posts: 806
Default Solving Linear Programming

Hello,

If I understand you correctly, doesnt that mean that you could replace
your equation by
max Z = 4 * 16y1 + 4 * 28y2
where x1..x4 are represented by y1 and x5..x8 by y2?

Regards,
Bernd