cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • Instantly extract effect sizes, F-ratios, and FDR-adjusted p-values from your models with the Calculate Effects Sizes extension, available now in the JMP Marketplace!
  • New to JMP? Join us Sept. 23-24 for the Early User Edition of Discovery Summit, tailor-made for new users. Register now for free!
  • Use World Cup data to build models, explore spatial relationships, and create informative visualizations in JMP. Register. July 17, 2 pm US Eastern Time.

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