relax_nlp.h File Reference
Detailed Description
nlp relaxator
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
-
scip SCIP data structure
Definition at line 174 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().