Scippy

SCIP

Solving Constraint Integer Programs

relax_lp.c File Reference

Detailed Description

lp relaxator

Author
Benjamin Mueller

Definition in file relax_lp.c.

#include <assert.h>
#include <string.h>
#include "relax_lp.h"

Go to the source code of this file.

Macros

#define RELAX_NAME   "lp"
 
#define RELAX_DESC   "relaxator solving LP relaxation"
 
#define RELAX_PRIORITY   0
 
#define RELAX_FREQ   0
 

Functions

static SCIP_DECL_RELAXEXEC (relaxExecLp)
 
SCIP_RETCODE SCIPincludeRelaxLp (SCIP *scip)
 

Macro Definition Documentation

◆ RELAX_NAME

#define RELAX_NAME   "lp"

Definition at line 28 of file relax_lp.c.

Referenced by SCIPincludeRelaxLp().

◆ RELAX_DESC

#define RELAX_DESC   "relaxator solving LP relaxation"

Definition at line 29 of file relax_lp.c.

Referenced by SCIPincludeRelaxLp().

◆ RELAX_PRIORITY

#define RELAX_PRIORITY   0

Definition at line 30 of file relax_lp.c.

Referenced by SCIPincludeRelaxLp().

◆ RELAX_FREQ

#define RELAX_FREQ   0

Definition at line 31 of file relax_lp.c.

Referenced by SCIPincludeRelaxLp().

Function Documentation

◆ SCIP_DECL_RELAXEXEC()

◆ SCIPincludeRelaxLp()

SCIP_RETCODE SCIPincludeRelaxLp ( SCIP scip)

creates the lp relaxator and includes it in SCIP

Parameters
scipSCIP data structure

Definition at line 157 of file relax_lp.c.

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

Referenced by runShell().