Operations Optimization

Welcome

Companies hyper-focused on improving operational efficiencies employ linear programming as a fundamental member of their decision support stack. Linear programming, a flavor of mathematical optimization, encompasses a class of the most common business problems; ranging from the minimization of production costs given the price of inputs, maximizing marketing ROI, and even the selection of crops to maximize per acre revenue for farm land. This app provides a frontend for a linear programming problem solver (using the R package linprog). It allows specification of the objective function and constraints, and provides the solution if available. We also provide several examples to choose from.

Video Tutorial


Examples


Configuration

Objective Function
Constraints


Solution