[[["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\u003eThe \u003ccode\u003eVolgenantJonkerEvaluator\u003c/code\u003e class in C++ is used for evaluating lower bounds in optimization problems.\u003c/p\u003e\n"],["\u003cp\u003eIt utilizes methods such as \u003ccode\u003eGetStep\u003c/code\u003e, \u003ccode\u003eNext\u003c/code\u003e, \u003ccode\u003eOnNewWMax\u003c/code\u003e, and \u003ccode\u003eOnOneTree\u003c/code\u003e to iterate and refine the lower bound estimation.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eVolgenantJonkerEvaluator\u003c/code\u003e can be initialized with the number of nodes and maximum iterations for the evaluation process.\u003c/p\u003e\n"],["\u003cp\u003eThe class provides functionalities to handle events related to one-tree structures and updates to the maximum weight.\u003c/p\u003e\n"]]],["The `VolgenantJonkerEvaluator` class in C++ provides methods for evaluating solutions. Key actions include `GetStep` (returning a `double`), `Next` (returning a `bool`), `OnNewWMax` (taking a `CostType` argument), and `OnOneTree` (taking `CostType`, `double`, and a `std::vector\u003cint\u003e` as arguments). The constructor `VolgenantJonkerEvaluator` takes the `number_of_nodes` and `max_iterations` as input. These methods seem to involve calculating and managing costs or steps in an iterative process.\n"],null,[]]