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

solver-python: remove camelCase methods #15

Closed Christopher-Chianelli closed 3 months ago

Christopher-Chianelli commented 4 months ago

Including both camelCase and snake_case methods makes the API confusing. We should only include snake_case methods in the Python API.

Christopher-Chianelli commented 3 months ago

Fixed by #30