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