linux linear programming model

KevinO kevin at kevino.org
Mon Nov 19 18:47:38 MST 2007


Kevin Brown wrote:
>> Sounds like a SQL problem.
>> Data -> database -> query -> answer :)
> 
> It isn't because it is trying to solve a multivariate series of problems.
> 
> X + 2Y - 3Z = 8
> X*Y/Z = 12
> 
> Solve for X, Y and Z (which you can't in this case because there is one 
> fewer equations than you have variables).  
You an solve for all three variables, you just can't assign a value to all three.

You can show that either x = 8 or y = 4, and that z could be any real value.
;-)

-- 
KevinO


More information about the PLUG-discuss mailing list