[[["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\u003eSharedClausesManager\u003c/code\u003e class in C++ stores and manages binary clauses identified by workers, ensuring thread safety.\u003c/p\u003e\n"],["\u003cp\u003eIt utilizes literals as encoded in \u003ccode\u003ecp_model.proto\u003c/code\u003e, which can include negative numbers.\u003c/p\u003e\n"],["\u003cp\u003eWorkers can add clauses, retrieve unseen clauses, and register new IDs through the provided methods.\u003c/p\u003e\n"],["\u003cp\u003eLogging and statistics functionalities are also available for analysis.\u003c/p\u003e\n"]]],["The `SharedClausesManager` class manages binary clauses shared by workers in a thread-safe manner, using literals from `cp_model.proto`. Key actions include: `AddBinaryClause` to add a binary clause given an ID and two literals; `GetUnseenBinaryClauses` to retrieve unseen clauses; `LogStatistics` for logging search statistics; `RegisterNewId` to get a unique ID; and `SetWorkerNameForId` to associate a worker's name with an ID. Literals can be negative numbers.\n"],null,[]]