Scippy

SCIP

Solving Constraint Integer Programs

presol_redvub.h File Reference

Detailed Description

remove redundant variable upper bound constraints

Author
Dieter Weninger

Definition in file presol_redvub.h.

#include "scip/scip.h"

Go to the source code of this file.

Functions

SCIP_RETCODE SCIPincludePresolRedvub (SCIP *scip)
 

Function Documentation

SCIP_RETCODE SCIPincludePresolRedvub ( SCIP scip)

creates the redvub presolver and includes it in SCIP

Parameters
scipSCIP data structure

Definition at line 648 of file presol_redvub.c.

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

Referenced by SCIPincludeDefaultPlugins().