cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Choose Language Hide Translation Bar

Linear Programming in JMP

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

1 ACCEPTED SOLUTION

Accepted Solutions
David_Burnham
Super User (Alumni)

Linear Programming in JMP

There is a function LPSOLVE.  It is listed in Help>JSL Functions under the Utility category

-Dave

View solution in original post

2 REPLIES 2
David_Burnham
Super User (Alumni)

Linear Programming in JMP

There is a function LPSOLVE.  It is listed in Help>JSL Functions under the Utility category

-Dave

Linear Programming in JMP

Perfect - just what I was looking for.  Many thanks!