Scippy

GCG

Branch-and-Price & Column Generation for Everyone

presol_roundbound.h File Reference

Detailed Description

roundbound presolver: round fractional bounds on integer variables

Author
Tobias Achterberg
Michael Bastubbe

This presolver ensures that, all integral variables, for which the bounds are fractional, will get rounded new bounds.

Definition in file presol_roundbound.h.

#include "scip/scip.h"

Go to the source code of this file.

Functions

SCIP_EXPORT SCIP_RETCODE SCIPincludePresolRoundbound (SCIP *scip)
 

Function Documentation

◆ SCIPincludePresolRoundbound()

SCIP_EXPORT SCIP_RETCODE SCIPincludePresolRoundbound ( SCIP *  scip)

creates the roundbound presolver and includes it in SCIP

Definition at line 148 of file presol_roundbound.c.

References PRESOL_DESC, PRESOL_MAXROUNDS, PRESOL_NAME, PRESOL_PRIORITY, and PRESOL_TIMING.

Referenced by GCGincludeMasterPlugins(), and SCIP_DECL_PRESOLCOPY().