Google OR-Tools v9.11
a fast and portable software suite for combinatorial optimization
|
#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. | |
Definition at line 29 of file gscip_event_handler.h.
std::string operations_research::GScipEventHandlerDescription::description |
See CONSHDLR_DESC in SCIP documentation above.
Definition at line 39 of file gscip_event_handler.h.
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.