[[["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\u003eSubSolver\u003c/code\u003e class provides a simple framework for selecting and distributing solver sub-tasks across multiple threads.\u003c/p\u003e\n"],["\u003cp\u003eThis framework facilitates the coordination of these sub-tasks using a \u003ccode\u003eSynchronizationPoint\u003c/code\u003e.\u003c/p\u003e\n"]]],["The provided C++ documentation describes a framework for managing solver sub-tasks across multiple threads. It introduces the `SubSolver` class, which is central to selecting and distributing these sub-tasks. The `SynchronizationPoint` class is also defined, suggesting a mechanism for coordinating the execution and data access of these sub-tasks among the involved threads. The documentation implies the framework is designed for optimization, likely in a SAT (satisfiability) context.\n"],null,["# subsolver\n\nC++ Reference: subsolver\n========================\n\n\nNote: This documentation is automatically generated.\nSimple framework for choosing and distributing a solver \"sub-tasks\" on a set of threads. \n\n| Classes ------- ||\n|------------------------------------------------------------------------------------|---|\n| [SubSolver](/optimization/reference/sat/subsolver/SubSolver) |\n| [SynchronizationPoint](/optimization/reference/sat/subsolver/SynchronizationPoint) |"]]