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

#include <gscip_event_handler.h>

Public Attributes

std::string name
 See CONSHDLR_NAME in SCIP documentation above.
 
std::string description
 See CONSHDLR_DESC in SCIP documentation above.
 

Detailed Description

Definition at line 29 of file gscip_event_handler.h.

Member Data Documentation

◆ description

std::string operations_research::GScipEventHandlerDescription::description

See CONSHDLR_DESC in SCIP documentation above.

Definition at line 39 of file gscip_event_handler.h.

◆ name

std::string operations_research::GScipEventHandlerDescription::name

See CONSHDLR_NAME in SCIP documentation above.

For the first two members below, the SCIP constraint handler property name is provided. See https://www.scipopt.org/doc/html/EVENT.php#EVENTHDLR_PROPERTIES for details.

Definition at line 36 of file gscip_event_handler.h.


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