[[["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,[]]