Operations Research Toolkit

OR Toolkit is a modern web platform for solving optimization problems using Operations Research techniques. It helps users model constraints, analyze trade-offs, and compute optimal solutions with clarity regarding learning, experimentation, and informed decision-making.

Simplex Method

Solve Linear Programming problems using the Simplex algorithm with Big-M method and sensitivity analysis.

Transportation Problem

Find optimal shipping routes using NWC, Least Cost, or Vogel's Approximation methods with MODI optimization.

Hungarian Method

Solve assignment problems to optimally assign workers to jobs with step-by-step visualization.

Branch and Bound

Solve Integer Linear Programming problems with visual branch and bound tree exploration.

Traveling Salesman

Find the shortest route visiting all cities exactly once and returning to the starting point.

Shortest Route

Find shortest path between nodes using Bellman-Ford dynamic programming approach.

0/1 Knapsack

Maximize value while respecting capacity constraints using dynamic programming with backtracking.