pub fn solve_v1(
request: SolveRequestV1,
) -> Result<SolveSuccessV1, SolveErrorEnvelopeV1>Expand description
Execute one semantically validated solve-json v1 request.
The function is transport-free: callers are responsible for decoding and encoding the DTOs. All dimensional request values are SI. Valid requests produce a fully resolved success DTO; invalid requests and engine failures produce the stable v1 error envelope.