pub fn solve(
problem: &LoadedDynProblem,
request: SolverRequest,
) -> Result<SolveResult, SolveError>Expand description
Solve a loaded problem using deterministic exact-variant dispatch.
Default dispatch is customized, then the registered fixed ILP pipeline, then brute force. Once selected, backend failure is returned without fallback.