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)
OptaPlanner ignoring constraint
I created a timeToIdealDate constraint in VehicleRoutingConstraintProvider.
The goal of this constraint is to group visits to vehicles with the visit's idealDate being closest to the vehicle's start ...
Patrick Nomad
Votes: 0
Answers: 1
Choco-Solver: Is there a way to know how many times a constraint is broken during the solving process?
My models is inefficient and taking too long to find valid solutions so I think knowing how many times the constraints are being broken would be useful for testing.
Thank you
Eloy
Votes: 0
Answers: 1
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
Minimizing L1 distances using ortools
I'm trying to place rectangular boxes into a larger box. Some of these boxes are connected by wires. I want to minimize the L1 distance of these wires. This requires taking the absolute value of varia...
Björn Lindqvist
Votes: 0
Answers: 1