[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-08-06 UTC."],[[["\u003cp\u003e\u003ccode\u003eglop_utils\u003c/code\u003e provides functions to convert between Glop and MPSolver statuses for constraints, results, and variables.\u003c/p\u003e\n"],["\u003cp\u003eThese utility functions facilitate interoperability between the Glop linear solver and the MPSolver interface within OR-Tools.\u003c/p\u003e\n"],["\u003cp\u003eThe functions map corresponding status enumerations, enabling seamless communication and data exchange between the two solver frameworks.\u003c/p\u003e\n"]]],["The provided C++ documentation details utility functions for converting status types between the `glop` and `MPSolver` systems. `GlopToMPSolverConstraintStatus`, `GlopToMPSolverResultStatus`, and `GlopToMPSolverVariableStatus` convert `glop` status types (Constraint, Problem, and Variable respectively) into `MPSolver`'s `BasisStatus` or `ResultStatus`. Conversely, `MPSolverToGlopConstraintStatus` and `MPSolverToGlopVariableStatus` perform the reverse conversion from `MPSolver`'s `BasisStatus` to `glop`'s Constraint or Variable Status.\n"],null,["# glop_utils\n\nC++ Reference: glop_utils\n=========================\n\n\nNote: This documentation is automatically generated.\n\n| Function | Type | Arguments | Comments |\n|-------------------------------------------------------------------------------------------------------------------------|------------------------------------------------------------------------------------|-----------|----------|\n| [`GlopToMPSolverConstraintStatus`](https://github.com/google/or-tools/blob/v9.4/ortools/linear_solver/glop_utils.h#L27) | Return type: `MPSolver::BasisStatus ` Arguments: `glop::ConstraintStatus s` \u003cbr /\u003e |\n| [`GlopToMPSolverResultStatus`](https://github.com/google/or-tools/blob/v9.4/ortools/linear_solver/glop_utils.h#L22) | Return type: `MPSolver::ResultStatus ` Arguments: `glop::ProblemStatus s` \u003cbr /\u003e |\n| [`GlopToMPSolverVariableStatus`](https://github.com/google/or-tools/blob/v9.4/ortools/linear_solver/glop_utils.h#L24) | Return type: `MPSolver::BasisStatus ` Arguments: `glop::VariableStatus s` \u003cbr /\u003e |\n| [`MPSolverToGlopConstraintStatus`](https://github.com/google/or-tools/blob/v9.4/ortools/linear_solver/glop_utils.h#L28) | Return type: `glop::ConstraintStatus ` Arguments: `MPSolver::BasisStatus s` \u003cbr /\u003e |\n| [`MPSolverToGlopVariableStatus`](https://github.com/google/or-tools/blob/v9.4/ortools/linear_solver/glop_utils.h#L25) | Return type: `glop::VariableStatus ` Arguments: `MPSolver::BasisStatus s` \u003cbr /\u003e |"]]