Organiza tus páginas con colecciones
Guarda y categoriza el contenido según tus preferencias.
Define la manera en que el solucionador debe manejar la solicitud. En todos los modos, excepto VALIDATE_ONLY, si la solicitud no es válida, recibirás un error INVALID_REQUEST. Consulta maxValidationErrors para limitar la cantidad de errores que se muestran.
[[["Fácil de comprender","easyToUnderstand","thumb-up"],["Resolvió mi problema","solvedMyProblem","thumb-up"],["Otro","otherUp","thumb-up"]],[["Falta la información que necesito","missingTheInformationINeed","thumb-down"],["Muy complicado o demasiados pasos","tooComplicatedTooManySteps","thumb-down"],["Desactualizado","outOfDate","thumb-down"],["Problema de traducción","translationIssue","thumb-down"],["Problema con las muestras o los códigos","samplesCodeIssue","thumb-down"],["Otro","otherDown","thumb-down"]],["Última actualización: 2024-04-08 (UTC)"],[[["Defines how the solver processes the request, dictating whether it solves the model, validates it, or detects infeasible shipments."],["Offers three modes: `DEFAULT_SOLVE` for solving, `VALIDATE_ONLY` for validation, and `DETECT_SOME_INFEASIBLE_SHIPMENTS` for identifying problematic shipments."],["In all modes except `VALIDATE_ONLY`, invalid requests will return an `INVALID_REQUEST` error, with potential for controlling the number of error messages."],["The `DETECT_SOME_INFEASIBLE_SHIPMENTS` mode focuses on pre-processing infeasibility detection without fully solving the problem."]]],[]]