Home
last modified time | relevance | path

Searched refs:SCIPmessagehdlrGetData (Results 1 – 5 of 5) sorted by relevance

/dports/math/SCIP/scip-7.0.3/src/objscip/
H A Dobjmessagehdlr.cpp67 messagehdlrdata = SCIPmessagehdlrGetData(messagehdlr); in SCIP_DECL_MESSAGEWARNING()
81 messagehdlrdata = SCIPmessagehdlrGetData(messagehdlr); in SCIP_DECL_MESSAGEDIALOG()
95 messagehdlrdata = SCIPmessagehdlrGetData(messagehdlr); in SCIP_DECL_MESSAGEINFO()
108 messagehdlrdata = SCIPmessagehdlrGetData(messagehdlr); in SCIP_DECL_MESSAGEHDLRFREE()
172 messagehdlrdata = SCIPmessagehdlrGetData(messagehdlr); in SCIPgetObjMessagehdlr()
/dports/math/py-or-tools/or-tools-9.2/ortools/gscip/
H A Dgscip_message_handler.cc47 SCIP_MessagehdlrData* const data = SCIPmessagehdlrGetData(handler); in SCIPMessageHandlerFree()
62 SCIP_MessagehdlrData* const data = SCIPmessagehdlrGetData(handler); in SCIPMessageHandlerPrinter()
155 SCIP_MessagehdlrData* const data = SCIPmessagehdlrGetData(handler_.get()); in ~ScopedSCIPMessageHandlerDisabler()
/dports/math/SCIP/scip-7.0.3/interfaces/gams/src/
H A DGamsScip.cpp44 assert(SCIPmessagehdlrGetData(messagehdlr) != NULL); in SCIP_DECL_MESSAGEWARNING()
51 void* gev = (void*)SCIPmessagehdlrGetData(messagehdlr); in SCIP_DECL_MESSAGEWARNING()
59 assert(SCIPmessagehdlrGetData(messagehdlr) != NULL); in SCIP_DECL_MESSAGEINFO()
66 void* gev = (void*)SCIPmessagehdlrGetData(messagehdlr); in SCIP_DECL_MESSAGEINFO()
/dports/math/SCIP/scip-7.0.3/src/scip/
H A Dpub_message.h386 SCIP_MESSAGEHDLRDATA* SCIPmessagehdlrGetData(
408 #define SCIPmessagehdlrGetData(messagehdlr) ((messagehdlr) != NULL) ? messagehdlr->messagehdlrd… macro
H A Dmessage.c873 #undef SCIPmessagehdlrGetData
878 SCIP_MESSAGEHDLRDATA* SCIPmessagehdlrGetData( in SCIPmessagehdlrGetData() function