cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • Sign-in to the JMP Community will be unavailable intermittently Dec. 6-7 due to a system update. Thank you for your understanding!
  • We’re retiring the File Exchange at the end of this year. The JMP Marketplace is now your destination for add-ins and extensions.
  • JMP 19 is here! Learn more about the new features.

Discussions

Solve problems, and share tips and tricks with other JMP users.
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!

Recommended Articles