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)
Does Optaplanner support "combinatorial" planning variables?
Example:
Students want to enroll in multiple courses of different course groups (Math, English, Spanish, History) and have issued preferences for each course group (ENG-1 > ENG-2 means course ENG-1...
user18740525
Votes: 0
Answers: 1
how to translate a java constraint into drools language
Constraint roomConflict(ConstraintFactory constraintFactory) {
// A room can accommodate at most one lesson at the same time.
return constraintFactory
// Select each pair of 2 diff...
Samir Aydi
Votes: 0
Answers: 1
Using Optaplanner VRP example with optaplanner-spring-boot-starter
I'm trying to create an app to solve VRP problems, and I'm getting this error msg when I use the domain classes from the VRP example code. in version 8.19.0.Final
"A planning entity is an instanc...
elk-tamer
Votes: 0
Answers: 1
Maintaining a resource profile as a "Shadow Entity"
I'm trying to model a problem where I'm incrementally maintaining a cumulative resource consumption profile via a VariableListener. I'm using a chained model similar to the VRP examples. The chain anc...
Alastair
Votes: 0
Answers: 0