Google OR-Tools v9.11
a fast and portable software suite for combinatorial optimization
|
#include <gscip_message_handler.h>
Public Member Functions | |
void | operator() (SCIP_MESSAGEHDLR *handler) const |
Functor that releases the input message handler if not nullptr. It is used as the deleter for the MessageHandlerPtr unique_ptr.
It is a wrapper around SCIPmessagehdlrRelease.
Definition at line 45 of file gscip_message_handler.h.
void operations_research::internal::ReleaseSCIPMessageHandler::operator() | ( | SCIP_MESSAGEHDLR * | handler | ) | const |
Definition at line 109 of file gscip_message_handler.cc.