Google OR-Tools v9.11
a fast and portable software suite for combinatorial optimization
|
#include <functional>
#include <memory>
#include "absl/status/statusor.h"
#include "absl/strings/string_view.h"
#include "scip/type_message.h"
Go to the source code of this file.
Classes | |
struct | operations_research::internal::ReleaseSCIPMessageHandler |
class | operations_research::internal::ScopedSCIPMessageHandlerDisabler |
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. | |
Typedefs | |
using | operations_research::GScipMessageHandler |
using | operations_research::internal::MessageHandlerPtr |
Enumerations | |
enum class | operations_research::GScipMessageType { operations_research::kInfoMessage , operations_research::kDialogMessage , operations_research::kWarningMessage } |
Functions | |
MessageHandlerPtr | operations_research::internal::CaptureMessageHandlerPtr (SCIP_MESSAGEHDLR *const handler) |
absl::StatusOr< MessageHandlerPtr > | operations_research::internal::MakeSCIPMessageHandler (GScipMessageHandler gscip_message_handler) |
Make a message handler for SCIP that calls the input function. | |