fn model_satisfies_constraints( model: &BTreeMap<String, U256>, constraints: &[BoolExpr], ) -> bool
Returns whether a parsed model satisfies the current original constraints.