[[["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\u003eSynchronizationPoint is a class within the C++ Or-tools library acting as a simple wrapper for adding synchronization points to a list of subsolvers.\u003c/p\u003e\n"],["\u003cp\u003eThis class provides functionality for generating tasks, synchronizing subsolvers, and checking task availability using methods like \u003ccode\u003eGenerateTask\u003c/code\u003e, \u003ccode\u003eSynchronize\u003c/code\u003e, and \u003ccode\u003eTaskIsAvailable\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe primary purpose is to manage and coordinate the execution flow among different subsolvers within a larger optimization problem.\u003c/p\u003e\n"]]],["The `SynchronizationPoint` class in C++ is a wrapper for adding synchronization to subsolvers. It includes a constructor `SynchronizationPoint` that accepts a function `f`. Key methods are `GenerateTask`, which creates a function task, `Synchronize` to perform synchronization, and `TaskIsAvailable`, which checks task availability. These functions manage and execute tasks related to the synchronization point, facilitating coordination between different subsolvers.\n"],null,["C++ Reference: class SynchronizationPoint\n\n\nNote: This documentation is automatically generated.\nA simple wrapper to add a synchronization point in the list of subsolvers.\n\n| Method ||\n|-----------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------|\n| [`GenerateTask`](https://github.com/google/or-tools/blob/v9.4/ortools/sat/subsolver.h#L103) | Return type: `std::function\u003cvoid()\u003e ` Arguments: `int64_t task_id` \u003cbr /\u003e |\n| [`SynchronizationPoint`](https://github.com/google/or-tools/blob/v9.4/ortools/sat/subsolver.h#L100) | Return type: `explicit ` Arguments: `std::function\u003cvoid()\u003e f` \u003cbr /\u003e |\n| [`Synchronize`](https://github.com/google/or-tools/blob/v9.4/ortools/sat/subsolver.h#L104) | Return type: `void ` \u003cbr /\u003e |\n| [`TaskIsAvailable`](https://github.com/google/or-tools/blob/v9.4/ortools/sat/subsolver.h#L102) | Return type: `bool ` \u003cbr /\u003e |"]]