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,) |
| |
| void | SCIPnlhdlrSetFreeHdlrData (SCIP_NLHDLR *nlhdlr,) |
| |
| void | SCIPnlhdlrSetFreeExprData (SCIP_NLHDLR *nlhdlr,) |
| |
| void | SCIPnlhdlrSetInitExit (SCIP_NLHDLR *nlhdlr, SCIP_DECL_NLHDLRINIT((*init)),) |
| |
| void | SCIPnlhdlrSetProp (SCIP_NLHDLR *nlhdlr, SCIP_DECL_NLHDLRINTEVAL((*inteval)),) |
| |
| void | SCIPnlhdlrSetSepa (SCIP_NLHDLR *nlhdlr, SCIP_DECL_NLHDLRINITSEPA((*initsepa)), SCIP_DECL_NLHDLRENFO((*enfo)), SCIP_DECL_NLHDLRESTIMATE((*estimate)),) |
| |
| void | SCIPnlhdlrSetSollinearize (SCIP_NLHDLR *nlhdlr,) |
| |
| 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_Bool | SCIPnlhdlrHasSollinearize (SCIP_NLHDLR *nlhdlr) |
| |
| | SCIP_DECL_SORTPTRCOMP (SCIPnlhdlrComp) |
| |