public functions of nonlinear handlers of nonlinear constraints
- Author
- Ksenia Bestuzheva
-
Benjamin Mueller
-
Felipe Serrano
-
Stefan Vigerske
Definition in file pub_nlhdlr.h.
|
void | SCIPnlhdlrSetCopyHdlr (SCIP_NLHDLR *nlhdlr, SCIP_DECL_NLHDLRCOPYHDLR((*copy))) |
|
void | SCIPnlhdlrSetFreeHdlrData (SCIP_NLHDLR *nlhdlr, SCIP_DECL_NLHDLRFREEHDLRDATA((*freehdlrdata))) |
|
void | SCIPnlhdlrSetFreeExprData (SCIP_NLHDLR *nlhdlr, SCIP_DECL_NLHDLRFREEEXPRDATA((*freeexprdata))) |
|
void | SCIPnlhdlrSetInitExit (SCIP_NLHDLR *nlhdlr, SCIP_DECL_NLHDLRINIT((*init)), SCIP_DECL_NLHDLREXIT((*exit))) |
|
void | SCIPnlhdlrSetProp (SCIP_NLHDLR *nlhdlr, SCIP_DECL_NLHDLRINTEVAL((*inteval)), SCIP_DECL_NLHDLRREVERSEPROP((*reverseprop))) |
|
void | SCIPnlhdlrSetSepa (SCIP_NLHDLR *nlhdlr, SCIP_DECL_NLHDLRINITSEPA((*initsepa)), SCIP_DECL_NLHDLRENFO((*enfo)), SCIP_DECL_NLHDLRESTIMATE((*estimate)), SCIP_DECL_NLHDLREXITSEPA((*exitsepa))) |
|
const char * | SCIPnlhdlrGetName (SCIP_NLHDLR *nlhdlr) |
|
const char * | SCIPnlhdlrGetDesc (SCIP_NLHDLR *nlhdlr) |
|
int | SCIPnlhdlrGetDetectPriority (SCIP_NLHDLR *nlhdlr) |
|
int | SCIPnlhdlrGetEnfoPriority (SCIP_NLHDLR *nlhdlr) |
|
SCIP_Bool | SCIPnlhdlrIsEnabled (SCIP_NLHDLR *nlhdlr) |
|
SCIP_NLHDLRDATA * | SCIPnlhdlrGetData (SCIP_NLHDLR *nlhdlr) |
|
SCIP_Bool | SCIPnlhdlrHasIntEval (SCIP_NLHDLR *nlhdlr) |
|
SCIP_Bool | SCIPnlhdlrHasReverseProp (SCIP_NLHDLR *nlhdlr) |
|
SCIP_Bool | SCIPnlhdlrHasInitSepa (SCIP_NLHDLR *nlhdlr) |
|
SCIP_Bool | SCIPnlhdlrHasExitSepa (SCIP_NLHDLR *nlhdlr) |
|
SCIP_Bool | SCIPnlhdlrHasEnfo (SCIP_NLHDLR *nlhdlr) |
|
SCIP_Bool | SCIPnlhdlrHasEstimate (SCIP_NLHDLR *nlhdlr) |
|
| SCIP_DECL_SORTPTRCOMP (SCIPnlhdlrComp) |
|