Scippy

SCIP

Solving Constraint Integer Programs

presol_tworowbnd.h File Reference

Detailed Description

do bound tightening by using two rows

Author
Dieter Weninger

Definition in file presol_tworowbnd.h.

#include "scip/scip.h"

Go to the source code of this file.

Functions

SCIP_RETCODE SCIPincludePresolTworowbnd (SCIP *scip)
 

Function Documentation

SCIP_RETCODE SCIPincludePresolTworowbnd ( SCIP scip)

creates the tworowbnd presolver and includes it in SCIP

Parameters
scipSCIP data structure

Definition at line 1547 of file presol_tworowbnd.c.

References NULL, PRESOL_DESC, PRESOL_MAXROUNDS, PRESOL_NAME, PRESOL_PRIORITY, PRESOL_TIMING, SCIP_CALL, SCIP_OKAY, SCIPincludePresolBasic(), and SCIPsetPresolCopy().

Referenced by SCIP_DECL_PRESOLCOPY(), and SCIPincludeDefaultPlugins().