(no title)
wayfinder | 2 years ago
You can probably write a basic planner in under an hour with all the constraints you can think of. You can just continue to fiddle with the constraints and weights until you are happy without having to worry about duplicates or errors.
I’ve used it to solve cost optimization problems for companies I’ve worked with and it works really well.
ge0ffrey|2 years ago
Someone did an wedding seating planning implementation 10 years ago: https://github.com/juanignaciosl/wedding-tables-planner but that's going to be very stale (still DRL files etc). It's probably better to start from the school-timetabling use-case in timefold-quickstarts and adjust that to your needs.
teejae|2 years ago
BOOSTERHIDROGEN|2 years ago