[[["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\u003ePseudo costs in C++ represent the average change in objective bounds per unit change in variable bounds, aiding in optimization decisions.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003ePseudoCosts\u003c/code\u003e class helps manage and update these costs, providing methods to retrieve the variable with the best pseudo cost (\u003ccode\u003eGetBestDecisionVar\u003c/code\u003e) and update costs based on bound changes (\u003ccode\u003eUpdateCost\u003c/code\u003e).\u003c/p\u003e\n"],["\u003cp\u003eWhile primarily used internally, methods like \u003ccode\u003eGetCost\u003c/code\u003e and \u003ccode\u003eGetRecordings\u003c/code\u003e offer insights into individual variable pseudo costs and recording frequency, useful for testing and analysis.\u003c/p\u003e\n"]]],["The `PseudoCosts` class in C++ calculates the pseudo cost of variables, defined as the average change in objective bounds per unit change in variable bounds. Key actions include: `UpdateCost`, which updates pseudo costs based on variable bound changes and objective bound improvement. `GetBestDecisionVar` retrieves the unfixed variable with the best reliable pseudo cost. `GetCost` and `GetRecordings` provide access to a variable's pseudo cost and recording count, respectively, used primarily for testing.\n"],null,[]]