python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Or-tools CP-SAT solver: How can i ensure a mandatory 3 shift break?
I am fairly new to the topic but I have started to implement a shift scheduler using this example: https://developers.google.com/optimization/scheduling/employee_scheduling
Now I want to add the follo...
Henrike
Votes: 0
Answers: 0
OR-Tools employee scheduling: maximising consecutive shifts
I've been studying the OR-Tools Employee Scheduling example and would like to change it so that the model would allow employees to be assigned to multiple shifts per day and at the same time give pref...
marko
Votes: 0
Answers: 1
Google OR-Tools library: Type Error GetOrMakeIndex
I'm studying the google OR-Tools library and I came across this problem that I can't understand.
First of all, I get the same error if I copy and paste the code from the nqueens example in the offici...
pofferbacco
Votes: 0
Answers: 1
Using Google OR Tools CP-SAT Solver Log To Improve Optimization Runtime (Python)
I am struggling a tad bit with understanding how I might use the search log from my CP-SAT solver to improve the runtime by setting the subsolvers, initial solving strategy, etc. I am unsure how to sp...
Steve White
Votes: 0
Answers: 1