C++ Reference: clause
Note: This documentation is automatically generated.
This file contains the solver internal representation of the clauses and the classes used for their propagation.
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 documentation covers the internal representation of clauses and the classes used for their propagation within the C++ solver."],["The content is auto-generated and provides reference information related to the solver's clause implementation."],["Key classes discussed include BinaryClauseManager, BinaryImplicationGraph, LiteralWatchers, and SatClause."],["The provided classes are part of the `optimization/reference/sat/clause` directory."]]],["The document outlines the internal structure of clauses within a C++ solver, detailing their representation and propagation mechanisms. It defines classes crucial for managing these clauses: `BinaryClauseManager` handles binary clauses, `BinaryImplicationGraph` manages relationships within binary clauses, `LiteralWatchers` tracks literal occurrences, and `SatClause` represents a general satisfiability clause. These classes are essential for the solver's internal operations related to clause processing and are used to implement constraint propagation.\n"]]