Has anyone heard of the simplex algorithm? Essentially it is the most efficient optimisation algorithm in linear programming for any number of variables and constraints. For those who are not familiar with simplex, click here. I have been wondering as to the best way to translate this into code for a VB6 application. Any ideas?