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

Detailed Description

lp relaxator

Author
Benjamin Mueller

Definition in file relax_lp.h.

#include "scip/scip.h"

Go to the source code of this file.

Functions

SCIP_RETCODE SCIPincludeRelaxLp (SCIP *scip)

Function Documentation

◆ SCIPincludeRelaxLp()

SCIP_RETCODE SCIPincludeRelaxLp ( SCIP * scip)

creates the lp relaxator and includes it in SCIP

Parameters
scipSCIP data structure

Definition at line 175 of file relax_lp.c.

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

Referenced by runShell().