Stay organized with collections
Save and categorize content based on your preferences.
C++ Reference: class SolveWrapper
Note: This documentation is automatically generated.
This class is not meant to be reused after one solve.
Method |
AddLogCallback | Return type: void Arguments: std::function<void(const std::string&)> log_callback |
AddLogCallbackFromClass | Return type: void Arguments: LogCallback* log_callback Workaround for C#.
|
AddSolutionCallback | Return type: void Arguments: const SolutionCallback& callback |
ClearSolutionCallback | Return type: void Arguments: const SolutionCallback& callback |
SetParameters | Return type: void Arguments: const operations_research::sat::SatParameters& parameters |
SetStringParameters | Return type: void Arguments: const std::string& string_parameters |
Solve | Return type: operations_research::sat::CpSolverResponse Arguments:
const operations_research::sat::CpModelProto& model_proto |
StopSearch | Return type: void |
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."],[],["The `SolveWrapper` class in C++ offers methods for solving optimization problems. Key actions include: setting parameters via `SetParameters` or `SetStringParameters`, and initiating the solution process with `Solve`, which takes a `CpModelProto`. It also allows adding and clearing solution callbacks via `AddSolutionCallback` and `ClearSolutionCallback`, and adding log callbacks via `AddLogCallback` or `AddLogCallbackFromClass`. The search process can be interrupted with `StopSearch`. This class is designed for single-use only.\n"],null,[]]