Scippy

SCIP

Solving Constraint Integer Programs

Detailed Description

signomial nonlinear handler

Author
Liding Xu

Definition in file nlhdlr_signomial.c.

Go to the source code of this file.

Macros

#define NLHDLR_NAME   "signomial"
 
#define NLHDLR_DESC   "handler for signomial expressions"
 
#define NLHDLR_DETECTPRIORITY   30
 
#define NLHDLR_ENFOPRIORITY   30
 
#define NLHDLR_MAXNUNDERVARS   14
 
#define NLHDLR_MINCUTSCALE   1e-5
 

Macro Definition Documentation

◆ NLHDLR_NAME

#define NLHDLR_NAME   "signomial"

Definition at line 50 of file nlhdlr_signomial.c.

◆ NLHDLR_DESC

#define NLHDLR_DESC   "handler for signomial expressions"

Definition at line 51 of file nlhdlr_signomial.c.

◆ NLHDLR_DETECTPRIORITY

#define NLHDLR_DETECTPRIORITY   30

Definition at line 52 of file nlhdlr_signomial.c.

◆ NLHDLR_ENFOPRIORITY

#define NLHDLR_ENFOPRIORITY   30

Definition at line 53 of file nlhdlr_signomial.c.

◆ NLHDLR_MAXNUNDERVARS

#define NLHDLR_MAXNUNDERVARS   14

maximum number of variables when underestimating a concave power function (maximum: 14)

Definition at line 56 of file nlhdlr_signomial.c.

◆ NLHDLR_MINCUTSCALE

#define NLHDLR_MINCUTSCALE   1e-5

minimum scale factor when scaling a cut (minimum: 1e-6)

Definition at line 57 of file nlhdlr_signomial.c.