Videos

Getting started with OR-Tools and decision workflows in Nextmv

Learn how to leverage DecisionOps to get your OR-Tools model into production faster. Then create decision workflows to automate steps in optimization pipelines, render custom visualizations, and more.

Deploying an OR-Tools model to production

Launch your OR-Tools model into production as a decision microservice with a simple copy/paste in Python using the Nextmv OR-Tools integration.

Determining decision model readiness using shadow tests and acceptance tests

How do you feel about the decision model updates you ship to production? Acceptance and shadow testing are two ways to gain confidence across model performance for business KPIs and stability indicators. We’ll show you how.

Order fulfillment and carrier selection experiment: Comparing handling costs

Test two order fulfillment algorithms that consider costs for distribution center handling costs and carrier selection. A new algorithm introduces a change to account for inventory capacity at a distribution center to increase efficiency and decrease food waste. How will costs change compared to the algorithm that does not?

Vehicle routing (VRP) algorithm test: Comparing a mixed fleet to a homogenous fleet

See how to test two VRP decision algorithms (one that has a homogenous fleet of cold chain-ready vehicles and one that is a mixed fleet with cold chain and non-cold chain vehicles) that looks to compare total time on road values and other KPIs.

Shift scheduling algorithm comparison: Optimizing for shift coverage

See how to test two shift scheduling algorithms. One algorithm increases the time between shifts to account for new labor laws compared to the other algorithm that does not. How do schedule overages change across the two?