cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • JMP will suspend normal business operations for our Winter Holiday beginning on Wednesday, Dec. 24, 2025, at 5:00 p.m. ET (2:00 p.m. ET for JMP Accounts Receivable).
    Regular business hours will resume at 9:00 a.m. EST on Friday, Jan. 2, 2026.
  • We’re retiring the File Exchange at the end of this year. The JMP Marketplace is now your destination for add-ins and extensions.

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