Repository navigation
or-tools
- Website
- Wikipedia
Google's Operations Research tools:
3D bin packing solutions with layers and superitems, for Artificial Intelligence in Industry class at UNIBO
Capacitated Vehicle Routing Problem with Time Windows (CVRPTW) solver written in Python.
Discrete choice modeling in Python with large datasets & single choice / basket models - Assortment & Pricing Optimization .
Solve scheduling problems with constraint programming in Python.
EA FC 25 Automated SBC Solving using Integer Programming ⚽
This is my implementation of a branch and price algorithm to solve the humanitarian aid distribution problem. This problem is a VRP with a specific objective function
Modelling and Solving Employee Shift Scheduling (Including Nurse Rostering) Problems Using Constraint Programming (Combination of Artificial Intelligence and Operations Research) and Software Engineering Technologies 应用约束规划(人工智能+运筹学)及软件工程技术建模和解决员工排班(包括护士排班)调度问题
An easy-to-use, general and open-source tool to solve the guess-and-determine problem
[IEEE TKDE | TITS 2023] "Learning Large Neighborhood Search for Vehicle Routing in Airport Ground Handling" | "Neural Airport Ground Handling"
A powerful Python library for operations research and optimization.
Exploring Reinforcement Learning Solutions to the Vehicle Routing Problem. PPO, A2C, DQN, SAC
A solver for Traveling Salesman Problem with tunable metaheuristics
efficient Game of Life in Python
Vehicle Routing Problem (VRP) demo with OSMnx and OR-Tools
This script uses constraint programming to devise the optimal skeleton at the Bone Market in Fallen London.
Unofficial Rust wrappers to the C++ library Google OR-Tools, open source software for combinatorial optimization
Web app for solving simple VRP problems. Django is used as a web framework, and Google's OR-Tools as a solver.