C++ Reference: swig_helper
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."],[[["The `swig_helper` module provides C++ classes to interact with the underlying solver, such as customizing logging and solution retrieval."],["This module includes classes for defining log callbacks, solution callbacks, and a wrapper for controlling the solution process."],["Users can leverage these classes to integrate custom logic with the optimization solver's workflow for advanced control and monitoring."]]],["The document outlines three C++ classes within the `swig_helper` namespace: `LogCallback`, `SolutionCallback`, and `SolveWrapper`. `LogCallback` likely handles logging actions. `SolutionCallback` probably deals with receiving and processing solver solutions. `SolveWrapper` is expected to encapsulate and manage the solving process. These classes provide functionalities related to logging, solution handling, and wrapping a solver within a C++ context. The documentation is auto-generated.\n"]]