lp relaxator
Definition in file relax_lp.h.
#include "scip/scip.h"
Go to the source code of this file.
Functions | |
SCIP_RETCODE | SCIPincludeRelaxLp (SCIP *scip) |
SCIP_RETCODE SCIPincludeRelaxLp | ( | SCIP * | scip | ) |
creates the lp relaxator and includes it in SCIP
scip | SCIP data structure |
Definition at line 157 of file relax_lp.c.
References RELAX_DESC, RELAX_FREQ, RELAX_NAME, RELAX_PRIORITY, SCIP_CALL, SCIP_OKAY, and SCIPincludeRelaxBasic().
Referenced by runShell().