TimefoldAI / timefold-solver-python

Timefold Solver is an AI constraint solver for Python to optimize the Vehicle Routing Problem, Employee Rostering, Maintenance Scheduling, Task Assignment, School Timetabling, Cloud Optimization, Conference Scheduling, Job Shop Scheduling, Bin Packing and many more planning problems.
https://timefold.ai
Apache License 2.0
36 stars 3 forks source link

chore: Change class and decorators locations to match new layout #44

Closed Christopher-Chianelli closed 2 months ago

Christopher-Chianelli commented 2 months ago
Christopher-Chianelli commented 2 months ago

Where should nearby_distance_meter go (which is inside an impl.heuristic.selector)? I currently have it with the domain classes; probably should be moved to timefold.solver.heuristic?

Christopher-Chianelli commented 2 months ago

Enterprise PR: https://github.com/TimefoldAI/timefold-solver-python-enterprise/pull/3