linux linear programming model

Kevin Brown kevin_brown at qwest.net
Mon Nov 19 18:29:28 MST 2007


> 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).  SQL can't do this.


More information about the PLUG-discuss mailing list