SCIP Doxygen Documentation
Loading...
Searching...
No Matches
pub_nlhdlr.h File Reference

Detailed Description

public functions of nonlinear handlers of nonlinear constraints

Author
Ksenia Bestuzheva
Benjamin Mueller
Felipe Serrano
Stefan Vigerske

Definition in file pub_nlhdlr.h.

#include "scip/def.h"
#include "scip/type_scip.h"
#include "scip/type_nlhdlr.h"

Go to the source code of this file.

Functions

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_NLHDLRDATASCIPnlhdlrGetData (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)