Optimization research made easy using Pandas and Ortools.
The purpose of working with Pandas in combination with Ortools is to bridge the gap between optimization research and data analytics, data science, and data visualization. With pandas-or, you can solve complex knapsack or vehicle routing type problems and then create statistics, plots, and dashboards from your results!
pip install pandas-or
Try out the examples in Binder!
- Code tests.
- Basic shift scheduling solvers.
- More complex routing problem solvers (pickups & deliveries, constraints).
- Read The Docs documentation.
- Gitlab CI builds.
Coming soon!