- Nothing new, just compile wheels for Python 3.14
- Update to choco-solver 4.10.18
- Add JOSS paper
Rename handle property to _handle to avoid including it in autocompletion for IDE users.
Also introduce minor fixes.
Add accessors to solver statistics:
get_time_count()get_node_count()get_backtrack_count()get_fail_count()get_restart_count()is_objective_optimal()get_search_state()
Same as 0.2.0 but fixing a wheel distribution issue.
- Update to choco-solver 4.10.16
- Add
bounded_domainoption in intvar - Add reification constraints
- Add
pick_on_domandpick_on_filsearch strategies - Add
show_restartsin solver - Add hybrid table constraint
- Add universal value in table constraint
- Add 2D shape intvars and boolvars constructor
- Add Sat API (clauses)
- Fix
lex_chain_lessand `lex_chain_less_eq - Add interface to parallel portfolio
Fix a few bugs and includes the solver.limit_time(time_limit_string) function. We also illustrated a few use cases in docs/notebooks.
First release of pychoco, includes most features of Choco-solver. Extensively tested but still a beta release, we are open to feedbacks !