#5398·or-tools

python: migrate example/contrib to pybind11

Author: MizuxCreated Sep 18, 2026Updated Sep 18, 2026
LabelsBugLang: PythonBuild: CMake

Most Python contrib examples still use pywrapcp which has been removed from main and be replaced by pybind11 wrapper...

bash
git grep -l pywrapcp examples/contrib/ | wc -l
108

note: bazel is not impacted since python swig is not supported....