C++ Reference: pseudo_costs
Note: This documentation is automatically generated.
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."],[[["`PseudoCosts` is a class within the OR-Tools library used in optimization, particularly for the Boolean satisfiability problem (SAT)."],["It helps guide the search process by estimating the cost of assigning variables to true or false based on their historical impact on the objective function."]]],["The document describes the `PseudoCosts` class within the C++ optimization library. This class is a core component in optimization algorithms, likely used for cost analysis or estimation during the search process. The provided information is limited to noting the existence of the `PseudoCosts` class and its location within the documentation, indicating it's a key element within the `sat` and `pseudo_costs` modules of the library.\n"]]