![]() |
Google OR-Tools v9.15
a fast and portable software suite for combinatorial optimization
|
#include "ortools/math_opt/solvers/gscip/gscip_message_handler.h"#include <stdio.h>#include <atomic>#include <memory>#include "absl/status/statusor.h"#include "ortools/base/logging.h"#include "ortools/linear_solver/scip_helper_macros.h"#include "scip/pub_message.h"#include "scip/type_message.h"Go to the source code of this file.
Classes | |
| struct | SCIP_MessagehdlrData |
Namespaces | |
| namespace | operations_research |
| OR-Tools root namespace. | |
| namespace | operations_research::internal |
Functions | |
| MessageHandlerPtr | operations_research::internal::CaptureMessageHandlerPtr (SCIP_MESSAGEHDLR *const handler) |
| absl::StatusOr< MessageHandlerPtr > | operations_research::internal::MakeSCIPMessageHandler (const GScipMessageHandler gscip_message_handler) |