//! Python wrappers for solver problem descriptors, options, and calls.
//!
//! The public Python API remains flat on `copp_py._native`, while this Rust
//! module is split by solver family to keep bindings maintainable.
use *;
/// Register solver-related classes and functions on the native [`PyModule`].
pub