Do there exist any scripts/functions either already contained within JMP or written by users to facilitate linear programming? I'm actually thinking in terms of the transportation problem, which is a specific example of the application of linear programming, but I'd be interested in anything that provides the functionality to optimize a given objective function within a set of linear constraints.
Many thanks
There is a function LPSOLVE. It is listed in Help>JSL Functions under the Utility category
There is a function LPSOLVE. It is listed in Help>JSL Functions under the Utility category
Perfect - just what I was looking for. Many thanks!