Stay organized with collections
Save and categorize content based on your preferences.
C++ Reference: sat_solver
Note: This documentation is automatically generated.
This file implements a SAT solver. see
http://en.wikipedia.org/wiki/Boolean_satisfiability_problem for more detail. TODO(user): Expand.
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-08-06 UTC.
[null,null,["Last updated 2024-08-06 UTC."],[],["This document outlines a C++ implementation of a SAT solver, designed to address the Boolean satisfiability problem. The solver's details are described, and further information about the problem it solves can be found on Wikipedia. The primary class within this implementation is `SatSolver`, which is located in the file. The documentation is automatically generated and requires expansion.\n"],null,[]]