//! # `nlsat` — Nonlinear arithmetic SAT, real closed fields
//!
//! **Port phase 5.** Ported from the Z3 C++ component(s) below.
//! See [`ROADMAP.md`](../../ROADMAP.md) for the porting plan and status.
//!
//! ## Upstream C++ components to port
//! - [ ] `z3/src/nlsat`
//! - [ ] `z3/src/realclosure`
//!
//! ## Status: SCAFFOLD (no functionality ported yet)
// Submodules will be declared here as components are ported, mirroring the
// upstream file layout (e.g. `pub mod mpz;` for `z3/src/util/mpz.{h,cpp}`).