pub fn solve_via_decision<P>(problem: &P, lower: i32, upper: i32) -> Option<i32>where P: DecisionProblemMeta + Clone, P::Value: DecisionSearchValue,
Recover an optimization value by querying the problem’s decision wrapper.