ortools
There are 84 repositories under ortools topic.
d-krupke/cpsat-primer
The CP-SAT Primer: Using and Understanding Google OR-Tools' CP-SAT Solver
emadehsan/csp
Algorithm for Cutting Stock Problem using Google OR-Tools. Link to the tool:
erikliland/pyMHT
Track oriented, multi target, multi hypothesis tracker
rodrigo-arenas/pyworkforce
Standard tools for workforce management, queuing, scheduling, rostering and optimization problems.
YisenWang/LightRNN-NIPS2016-Tensorflow_code
The tensorflow implementation of NIPS2016 paper "LightRNN: Memory and Computation-Efficient Recurrent Neural Networks" (https://arxiv.org/abs/1610.09893)
galojix/roster-wizard
An automatic rostering system that can handle skill mix requirements, staff requests and shift sequence rules
giangstrider/scheduling-optimization-ortools
Using Google Operation Research Tools (Ortools) to solve complex scheduling problems (General optimization problems).
d-krupke/CP-SAT-Log-Analyzer
A webapp that visualizes and annotates your ortools' CP-SAT logs. Partially inspired by gurobi-logtools.
Mapotempo/optimizer-api
Unified API for multiple optimizer engines
Ellsom1945/Routing-problem--CVRP
南邮大创项目,旨在用超启发式算法解决CVRP问题
andre-le/RouteOptimization
Source code from AWS Lambda function that solves the Route Optimization problem, using Google Optimization tools
Subram0212/VRPTW_Two_level_optimization_fuel_optional_node_constraints
Simulation results of the paper: https://ieeexplore.ieee.org/document/9476848
Markcanfly/shift-optimizer
A Constraint Programming solver for the Nurse Scheduling Problem, with personal shift preferences.
acco32/Operations-Research
Operations Research in F#
albertferre/travelling-salesman-routing
This repository demonstrates how to solve the Vehicle Routing Problem (VRP) using OpenStreetMap data and OR-Tools library. The VRP is a classic optimization problem where a set of vehicles is tasked with visiting a set of locations while minimizing the total distance traveled.
d-krupke/cpsat-autotune
WIP: Tune the hyperparameters of Google's OR-Tools' CP-SAT solver for specific models
emadehsan/nomad-cyclist
Nomad Cyclist Problem - A variation of Traveling Salesman Problem (with open tour) adjusted for elevation and factors
Mapotempo/optimizer-ortools
Compute an optimized solution to the Vehicle Routing Problem with Time Windows using OR-Tools
ec0di/pyVrp
Solves the Vehicle Routing Problem (VRP) using Column Generation (CG). It is made as an inspiration to use CG in more projects, since it can be quite effective in the right situations.
javierganan99/Multi-UAV-VRP
This repository provides an Human-Machine Interface (HMI) to solve the Vehicle Routing Problem (VRP) for a heterogeneous swarm of Unmanned Aerial Vehicles (UAVs).
akshay-madar/mixed-integer-programming
Implemented MILP for profit optimization as part of prescriptive analytics solution for NY based Fortune 200 CPG industry partner, using branch-and-bound algorithm
lifuguan/szcup2020_simulation
"深圳杯"2020数学建模比赛C题
mwpowellhtx/Ellumination.OrTools
Google OR-tools dotnet CSharp convenience wrappers.
olucaslopes/caixeiro-viajante
Algoritmo de busca da menor rota entre 20 municípios paulistas
asbestian/lot_sizing
Models the discrete, single-machine, multi-item, single-level lot sizing problem via mixed integer programming
kk-deng/Delivery-Route-Planner-TSPSolver
Developing a driving route planner of multiple delivery addresses for a small food business in Toronto by using Python/OR-Tools to find the optimal (or near-optimal) solution and visualize on Google Maps.
rohitdavas/Vehicle-Route-Optimisation
Solving VRP problem using ORTOOLS routing library
titosouvik/Optimization-Notebooks
Jupyter Notebooks demonstrating Optimization using Python with case studies
clementreiffers/travelling-salesman-problem-using-ortools
travelling salesman problem using ortools
SmilingWayne/PuzzleSolver
50+ solvers for logical puzzles, with 5000+ dataset of them, including Sudoku-like puzzles, Slitherlink, Pentomino, Hitori, Shikaku, Heyawake, Mosaic, Tent, Creek, Atari, Suguru, Five Cells etc. Mainly solved via Solvers like ortools and Gurobi.
amrfaisal/tsp-google-or-tools
Solving The Traveling Salesman Problem (TSP) using Google OR-TOOLS
defvol/sudokill
Solving Sudoku using Constraint Programming
ehsanmqn/tsp-solver-ortools
TSP Solver & Web API
InMDev/MovieScheduling
This Flask application helps in scheduling actors for scenes in a movie production using OR-tools. It allows users to input actors, scenes, and constraints to generate an optimized schedule.
paulmz1/python_examples
Python example programs
MathGuim/VRP
Graphical display of the vehicle routing problem