34#ifndef SCIP_STRUCT_NLHLDR_H_
35#define SCIP_STRUCT_NLHLDR_H_
common defines and data types used in all packages of SCIP
SCIP_DECL_NLHDLREVALAUX((*evalaux))
SCIP_DECL_NLHDLRESTIMATE((*estimate))
SCIP_DECL_NLHDLRDETECT((*detect))
SCIP_DECL_NLHDLRSOLLINEARIZE((*sollinearize))
SCIP_DECL_NLHDLRCOPYHDLR((*copyhdlr))
SCIP_Longint ndetectionslast
SCIP_DECL_NLHDLRENFO((*enfo))
SCIP_DECL_NLHDLRINITSEPA((*initsepa))
SCIP_DECL_NLHDLREXITSEPA((*exitsepa))
SCIP_DECL_NLHDLRREVERSEPROP((*reverseprop))
SCIP_DECL_NLHDLRFREEEXPRDATA((*freeexprdata))
SCIP_Longint nintevalcalls
SCIP_DECL_NLHDLREXIT((*exit))
SCIP_Longint nbranchscores
SCIP_DECL_NLHDLRINIT((*init))
SCIP_DECL_NLHDLRFREEHDLRDATA((*freehdlrdata))
SCIP_DECL_NLHDLRINTEVAL((*inteval))
type definitions for clocks and timing issues
type definitions related to nonlinear handlers of nonlinear constraints
struct SCIP_NlhdlrData SCIP_NLHDLRDATA
type definitions for SCIP's main datastructure