cp-sat
There are 14 repositories under cp-sat topic.
d-krupke/cpsat-primer
The CP-SAT Primer: Using and Understanding Google OR-Tools' CP-SAT Solver
Regista6/EA-FC-Automated-SBC-Solving
EA FC 25 Automated SBC Solving using Integer Programming ⚽
d-krupke/CP-SAT-Log-Analyzer
A webapp that visualizes and annotates your ortools' CP-SAT logs. Partially inspired by gurobi-logtools.
d-krupke/cpsat-autotune
WIP: Tune the hyperparameters of Google's OR-Tools' CP-SAT solver for specific models
bartlomiej-niemiec/eafc-sbc-solver
EA FC FUT Squad Building Challenges solver powered by google or-tools
oulianov/cp-sat-fun
Experimenting with the CP-SAT solver
AntoineSebert/scheduling-solver
A static scheduler using OR-Tools library
SteffenHub/Installation-Rate-Builder
Build installation rates for a prouct using a given CNF
CapOfCave/variant-sudoku-solver
🔢 A fast and extensible Variant Sudoku Solver Java Library made with Google OR Tools.
pypye/time_tabling_scheduler_core
My Graduate Thesis 2024 - University of Engineering and Technology
Regista6/Optimal_Sorting_Networks
A brute-force and Integer Programming approach for generating optimal sorting networks
SteffenHub/Employee-Scheduler
Automated creation of optimal work schedules by balancing availability, and business needs while respecting various hard and soft constraints
khaledabdrabo98/sudoku-solver
This project offers a robust and flexible solution for solving Sudoku puzzles of different sizes (9x9, 16x16, and 36x36). It utilizes constraint programming techniques, specifically OR-tools' CP-SAT models, for effective puzzle solving.