Queueing Networks
Stochastic modeling of waiting lines and resource allocation.
Avg. arrivals from outside the system per unit time (comma-separated list).
Capacity per server at each node (must be > $\gamma$).
Probability of moving from node $i$ to node $j$. Sum of each row should be $\le 1$.
Results will appear here...
Inventory Optimization
Optimal order quantities and timing to minimize total supply chain costs.
Total units required per period (e.g., units/year).
Flat cost incurred whenever an order is placed.
Cost to carry one unit in stock for one period.
Results will appear here...
Route Planning (TSP)
Solving the Traveling Salesperson Problem for optimal Hamiltonian cycles.
Distinct identifiers for locations to be visited.
Travel cost/distance between nodes. Format: Source, Target, Cost.
Results will appear here...