Scippy

SCIP

Solving Constraint Integer Programs

Detailed Description

nlp relaxator

Author
Benjamin Mueller

Definition in file relax_nlp.h.

#include "scip/scip.h"

Go to the source code of this file.

Functions

SCIP_EXPORT SCIP_RETCODE SCIPincludeRelaxNlp (SCIP *scip)
 

Function Documentation

◆ SCIPincludeRelaxNlp()

SCIP_EXPORT SCIP_RETCODE SCIPincludeRelaxNlp ( SCIP scip)

creates the nlp relaxator and includes it in SCIP

Parameters
scipSCIP data structure

Definition at line 181 of file relax_nlp.c.

References NULL, RELAX_DESC, RELAX_FREQ, RELAX_NAME, RELAX_PRIORITY, SCIP_CALL, SCIP_OKAY, SCIPincludeRelaxBasic(), SCIPsetRelaxExitsol(), and SCIPsetRelaxInitsol().

Referenced by runShell().