Google OR-Tools v9.11
a fast and portable software suite for combinatorial optimization
Loading...
Searching...
No Matches
operations_research::internal::ReleaseSCIPMessageHandler Struct Reference

#include <gscip_message_handler.h>

Public Member Functions

void operator() (SCIP_MESSAGEHDLR *handler) const
 

Detailed Description

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.

Member Function Documentation

◆ operator()()

void operations_research::internal::ReleaseSCIPMessageHandler::operator() ( SCIP_MESSAGEHDLR * handler) const

Definition at line 109 of file gscip_message_handler.cc.


The documentation for this struct was generated from the following files: