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

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_RETCODE SCIPincludeRelaxNlp (SCIP *scip)
 

Function Documentation

◆ SCIPincludeRelaxNlp()

SCIP_RETCODE SCIPincludeRelaxNlp ( SCIP * scip)

creates the nlp relaxator and includes it in SCIP

Parameters
scipSCIP data structure

Definition at line 174 of file relax_nlp.c.

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

Referenced by runShell().