Google OR-Tools v9.11
a fast and portable software suite for combinatorial optimization
Loading...
Searching...
No Matches
gscip_message_handler.cc File Reference
#include "ortools/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
 This is an incomplete SCIP struct meant to be fully defined by SCIP users. More...
 

Namespaces

namespace  operations_research
 In SWIG mode, we don't want anything besides these top-level includes.
 
namespace  operations_research::internal
 End of the interface. Below is the implementation.
 

Functions

MessageHandlerPtr operations_research::internal::CaptureMessageHandlerPtr (SCIP_MESSAGEHDLR *const handler)
 
absl::StatusOr< MessageHandlerPtroperations_research::internal::MakeSCIPMessageHandler (GScipMessageHandler gscip_message_handler)
 Make a message handler for SCIP that calls the input function.