Scippy

SCIP

Solving Constraint Integer Programs

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 162 of file relax_lp.c.

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

Referenced by runShell().