pub type Assignment = IndexMap<ID, Bound>;
Maps node IDs to their bound values.
pub struct Assignment { /* private fields */ }