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) |
SCIP_RETCODE SCIPincludeRelaxNlp | ( | SCIP * | scip | ) |
creates the nlp relaxator and includes it in SCIP
scip | SCIP data structure |
Definition at line 183 of file relax_nlp.c.
References RELAX_DESC, RELAX_FREQ, RELAX_NAME, RELAX_PRIORITY, SCIP_CALL, SCIP_OKAY, SCIPincludeRelaxBasic(), SCIPsetRelaxExitsol(), and SCIPsetRelaxInitsol().
Referenced by runShell().