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...
git grep -l pywrapcp examples/contrib/ | wc -l
108note: bazel is not impacted since python swig is not supported....
Source: google/or-tools